You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::SuccessfulPackageVersionInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the revision and status of a package version.

Instance Attribute Summary collapse

Instance Attribute Details

#revisionString

The revision of a package version.

Returns:

  • (String)

    The revision of a package version.

#statusString

The status of a package version. Valid statuses are:

  • Published

  • Unfinished

  • Unlisted

  • Archived

  • Disposed

    Possible values:

    • Published
    • Unfinished
    • Unlisted
    • Archived
    • Disposed
    • Deleted

Returns:

  • (String)

    The status of a package version.