ListAnalysesRequest
public struct ListAnalysesRequest : AWSShape
extension QuickSight.ListAnalysesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the AWS account that contains the analyses.
Declaration
Swift
public let awsAccountId: String -
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, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> QuickSight.ListAnalysesRequest
View on GitHub
ListAnalysesRequest Structure Reference