SchemaVersionSummary

public struct SchemaVersionSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the schema version.

    Declaration

    Swift

    public let schemaArn: String?
  • The name of the schema.

    Declaration

    Swift

    public let schemaName: String?
  • The version number of the schema.

    Declaration

    Swift

    public let schemaVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(schemaArn: String? = nil, schemaName: String? = nil, schemaVersion: String? = nil)