ListManagedSchemaArnsRequest
public struct ListManagedSchemaArnsRequest : AWSShape
extension CloudDirectory.ListManagedSchemaArnsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to retrieve.
Declaration
Swift
public let maxResults: Int? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.
Declaration
Swift
public let schemaArn: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, schemaArn: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListManagedSchemaArnsRequest
View on GitHub
ListManagedSchemaArnsRequest Structure Reference