ListTemplateAliasesRequest

public struct ListTemplateAliasesRequest : AWSShape
extension QuickSight.ListTemplateAliasesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the template aliases 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 ID for the template.

    Declaration

    Swift

    public let templateId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws