SearchAnalysesRequest

public struct SearchAnalysesRequest : AWSShape
extension QuickSight.SearchAnalysesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let awsAccountId: String
  • The structure for the search filters that you want to apply to your search.

    Declaration

    Swift

    public let filters: [AnalysisSearchFilter]
  • The maximum number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • A pagination token that can be used in a subsequent request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, filters: [AnalysisSearchFilter], maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws