ListPublishedSchemaArnsRequest
public struct ListPublishedSchemaArnsRequest : AWSShape
extension CloudDirectory.ListPublishedSchemaArnsRequest: 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 ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.
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.ListPublishedSchemaArnsRequest
View on GitHub
ListPublishedSchemaArnsRequest Structure Reference