DeleteAccountCustomizationRequest
public struct DeleteAccountCustomizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
Declaration
Swift
public let awsAccountId: String
-
The QuickSight namespace that you’re deleting the customizations from.
Declaration
Swift
public let namespace: String?
-
Undocumented
Declaration
Swift
public init(awsAccountId: String, namespace: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws