TypeVersionSummary

public struct TypeVersionSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the type version.

    Declaration

    Swift

    public let arn: String?
  • The description of the type version.

    Declaration

    Swift

    public let description: String?
  • Whether the specified type version is set as the default version.

    Declaration

    Swift

    public let isDefaultVersion: Bool?
  • When the version was registered.

    Declaration

    Swift

    public let timeCreated: TimeStamp?
  • The kind of type.

    Declaration

    Swift

    public let type: RegistryType?
  • The name of the type.

    Declaration

    Swift

    public let typeName: String?
  • The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, description: String? = nil, isDefaultVersion: Bool? = nil, timeCreated: TimeStamp? = nil, type: RegistryType? = nil, typeName: String? = nil, versionId: String? = nil)