VersionSummary

public struct VersionSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The application Amazon Resource Name (ARN).

    Declaration

    Swift

    public let applicationId: String
  • The date and time this resource was created.

    Declaration

    Swift

    public let creationTime: String
  • The semantic version of the application: https://semver.org/

    Declaration

    Swift

    public let semanticVersion: String
  • A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

    Declaration

    Swift

    public let sourceCodeUrl: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationId: String, creationTime: String, semanticVersion: String, sourceCodeUrl: String? = nil)