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