ListPublishedSchemaArnsResponse
public struct ListPublishedSchemaArnsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
The ARNs of published schemas.
Declaration
Swift
public let schemaArns: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, schemaArns: [String]? = nil)