CreateAccountCustomizationResponse

public struct CreateAccountCustomizationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The QuickSight customizations you’re adding in the current AWS Region.

    Declaration

    Swift

    public let accountCustomization: AccountCustomization?
  • arn

    The Amazon Resource Name (ARN) for the customization that you created for this AWS account.

    Declaration

    Swift

    public let arn: String?
  • The ID for the AWS account that you want to customize QuickSight for.

    Declaration

    Swift

    public let awsAccountId: String?
  • The namespace associated with the customization you’re creating.

    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)