Class: Aws::Types::PackageVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PackageVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4074 4075 4076 |
# File 'sig/types.rbs', line 4074 def creation_date @creation_date end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
4075 4076 4077 |
# File 'sig/types.rbs', line 4075 def last_modified_date @last_modified_date end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
4071 4072 4073 |
# File 'sig/types.rbs', line 4071 def package_name @package_name end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
4073 4074 4075 |
# File 'sig/types.rbs', line 4073 def status @status end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def version_name @version_name end |