Class: Aws::Types::DescribeImageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
4465 4466 4467 |
# File 'sig/types.rbs', line 4465 def alias @alias end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def image_name @image_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
4464 4465 4466 |
# File 'sig/types.rbs', line 4464 def version @version end |