ListSchemaExtensionsResult
public struct ListSchemaExtensionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListSchemaExtensions to retrieve the next set of items.
Declaration
Swift
public let nextToken: String?
-
Information about the schema extensions applied to the directory.
Declaration
Swift
public let schemaExtensionsInfo: [SchemaExtensionInfo]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, schemaExtensionsInfo: [SchemaExtensionInfo]? = nil)