Class: Aws::Types::DeleteImageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImageVersionRequest
- 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.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def alias @alias end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
3427 3428 3429 |
# File 'sig/types.rbs', line 3427 def image_name @image_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
3428 3429 3430 |
# File 'sig/types.rbs', line 3428 def version @version end |