VersionInformation

public struct VersionInformation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the version.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the version was created.

    Declaration

    Swift

    public let creationTimestamp: String?
  • id

    The ID of the parent definition that the version is associated with.

    Declaration

    Swift

    public let id: String?
  • The ID of the version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTimestamp: String? = nil, id: String? = nil, version: String? = nil)