Class: Aws::Types::EnvironmentImage
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
531 532 533 |
# File 'sig/types.rbs', line 531 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
530 531 532 |
# File 'sig/types.rbs', line 530 def name @name end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
532 533 534 |
# File 'sig/types.rbs', line 532 def versions @versions end |