Class: Aws::Types::RuntimeVersion
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#release_date ⇒ ::Time
Returns the value of attribute release_date.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
480 481 482 |
# File 'sig/types.rbs', line 480 def deprecation_date @deprecation_date end |
#description ⇒ ::String
Returns the value of attribute description.
478 479 480 |
# File 'sig/types.rbs', line 478 def description @description end |
#release_date ⇒ ::Time
Returns the value of attribute release_date.
479 480 481 |
# File 'sig/types.rbs', line 479 def release_date @release_date end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
477 478 479 |
# File 'sig/types.rbs', line 477 def version_name @version_name end |