SchemaSummary
public struct SchemaSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that schema was modified.
Declaration
Swift
public let lastModified: TimeStamp? -
The ARN of the schema.
Declaration
Swift
public let schemaArn: String? -
The name of the schema.
Declaration
Swift
public let schemaName: String? -
Tags associated with the schema.
Declaration
Swift
public let tags: [String : String]? -
The number of versions available for the schema.
Declaration
Swift
public let versionCount: Int64? -
Undocumented
Declaration
Swift
public init(lastModified: TimeStamp? = nil, schemaArn: String? = nil, schemaName: String? = nil, tags: [String : String]? = nil, versionCount: Int64? = nil)
View on GitHub
SchemaSummary Structure Reference