ListManagedSchemaArnsResponse
public struct ListManagedSchemaArnsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The pagination token.
Declaration
Swift
public let nextToken: String? -
The ARNs for all AWS managed schemas.
Declaration
Swift
public let schemaArns: [String]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, schemaArns: [String]? = nil)
View on GitHub
ListManagedSchemaArnsResponse Structure Reference