Class: Aws::Types::SuccessfulPackageVersionInfo
- Inherits:
-
Object
- Object
- Aws::Types::SuccessfulPackageVersionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#status ⇒ "Published", ...
Returns the value of attribute status.
Instance Attribute Details
#revision ⇒ ::String
Returns the value of attribute revision.
902 903 904 |
# File 'sig/types.rbs', line 902 def revision @revision end |
#status ⇒ "Published", ...
Returns the value of attribute status.
903 904 905 |
# File 'sig/types.rbs', line 903 def status @status end |