ListDataSetsRequest
public struct ListDataSetsRequest : AWSShape
extension QuickSight.ListDataSetsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID.
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?
-
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.ListDataSetsRequest