DescribeAccountCustomizationResponse

public struct DescribeAccountCustomizationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The QuickSight customizations that exist in the current AWS Region.

    Declaration

    Swift

    public let accountCustomization: AccountCustomization?
  • arn

    The Amazon Resource Name (ARN) of the customization that’s associated with this AWS account.

    Declaration

    Swift

    public let arn: String?
  • The ID for the AWS account that you’re describing.

    Declaration

    Swift

    public let awsAccountId: String?
  • The QuickSight namespace that you’re describing.

    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)