ListNamespacesRequest
public struct ListNamespacesRequest : AWSShape
extension QuickSight.ListNamespacesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
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.ListNamespacesRequest