ListSchemaExtensionsRequest
public struct ListSchemaExtensionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the directory from which to retrieve the schema extension information.
Declaration
Swift
public let directoryId: String -
The maximum number of items to return.
Declaration
Swift
public let limit: Int? -
The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions. Pass null if this is the first call.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(directoryId: String, limit: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListSchemaExtensionsRequest Structure Reference