ListThemesRequest

public struct ListThemesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the themes that you’re listing.

    Declaration

    Swift

    public let awsAccountId: String
  • The maximum number of results to be returned per request.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results, or null if there are no more results.

    Declaration

    Swift

    public let nextToken: String?
  • The type of themes that you want to list. Valid options include the following: ALL (default)- Display all existing themes. CUSTOM - Display only the themes created by people using Amazon QuickSight. QUICKSIGHT - Display only the starting themes defined by QuickSight.

    Declaration

    Swift

    public let type: ThemeType?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, maxResults: Int? = nil, nextToken: String? = nil, type: ThemeType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws