DescribeAccountCustomizationRequest

public struct DescribeAccountCustomizationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the AWS account that you want to describe QuickSight customizations for.

    Declaration

    Swift

    public let awsAccountId: String
  • The QuickSight namespace that you want to describe QuickSight customizations for.

    Declaration

    Swift

    public let namespace: String?
  • The Resolved flag works with the other parameters to determine which view of QuickSight customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it to no-resolved, to reveal customizations that are configured at different levels.

    Declaration

    Swift

    public let resolved: Bool?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, namespace: String? = nil, resolved: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws