Class: Aws::Types::PackageVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PackageVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origin ⇒ Types::PackageVersionOrigin
Returns the value of attribute origin.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#status ⇒ "Published", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#origin ⇒ Types::PackageVersionOrigin
Returns the value of attribute origin.
776 777 778 |
# File 'sig/types.rbs', line 776 def origin @origin end |
#revision ⇒ ::String
Returns the value of attribute revision.
774 775 776 |
# File 'sig/types.rbs', line 774 def revision @revision end |
#status ⇒ "Published", ...
Returns the value of attribute status.
775 776 777 |
# File 'sig/types.rbs', line 775 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
773 774 775 |
# File 'sig/types.rbs', line 773 def version @version end |