Class: Aws::Types::ReleaseSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReleaseSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#release_version ⇒ ::String
Returns the value of attribute release_version.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#release_version ⇒ ::String
Returns the value of attribute release_version.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def release_version @release_version end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def @timestamp end |