ListAppliedSchemaArnsResponse
public struct ListAppliedSchemaArnsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The pagination token.
Declaration
Swift
public let nextToken: String? -
The ARNs of schemas that are applied to the directory.
Declaration
Swift
public let schemaArns: [String]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, schemaArns: [String]? = nil)
View on GitHub
ListAppliedSchemaArnsResponse Structure Reference