Class: Aws::Types::Ami
- Inherits:
-
Object
- Object
- Aws::Types::Ami
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#state ⇒ Types::ImageState
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
32 33 34 |
# File 'sig/types.rbs', line 32 def description @description end |
#image ⇒ ::String
Returns the value of attribute image.
30 31 32 |
# File 'sig/types.rbs', line 30 def image @image end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |
#region ⇒ ::String
Returns the value of attribute region.
29 30 31 |
# File 'sig/types.rbs', line 29 def region @region end |
#state ⇒ Types::ImageState
Returns the value of attribute state.
33 34 35 |
# File 'sig/types.rbs', line 33 def state @state end |