UpdateAccountCustomizationResponse
public struct UpdateAccountCustomizationResponse : 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 Amazon Resource Name (ARN) for the updated customization for this AWS account.
Declaration
Swift
public let arn: String? -
The ID for the AWS account that you want to update QuickSight customizations for.
Declaration
Swift
public let awsAccountId: String? -
The namespace associated with the customization that you’re updating.
Declaration
Swift
public let namespace: String? -
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String? -
The HTTP status of the request.
Declaration
Swift
public let status: Int? -
Undocumented
Declaration
Swift
public init(accountCustomization: AccountCustomization? = nil, arn: String? = nil, awsAccountId: String? = nil, namespace: String? = nil, requestId: String? = nil, status: Int? = nil)
View on GitHub
UpdateAccountCustomizationResponse Structure Reference