Class: Aws::Types::ImageRecycleBinInfo
- Inherits:
-
Object
- Object
- Aws::Types::ImageRecycleBinInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recycle_bin_enter_time ⇒ ::Time
Returns the value of attribute recycle_bin_enter_time.
-
#recycle_bin_exit_time ⇒ ::Time
Returns the value of attribute recycle_bin_exit_time.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
10928 10929 10930 |
# File 'sig/types.rbs', line 10928 def description @description end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
10926 10927 10928 |
# File 'sig/types.rbs', line 10926 def image_id @image_id end |
#name ⇒ ::String
Returns the value of attribute name.
10927 10928 10929 |
# File 'sig/types.rbs', line 10927 def name @name end |
#recycle_bin_enter_time ⇒ ::Time
Returns the value of attribute recycle_bin_enter_time.
10929 10930 10931 |
# File 'sig/types.rbs', line 10929 def recycle_bin_enter_time @recycle_bin_enter_time end |
#recycle_bin_exit_time ⇒ ::Time
Returns the value of attribute recycle_bin_exit_time.
10930 10931 10932 |
# File 'sig/types.rbs', line 10930 def recycle_bin_exit_time @recycle_bin_exit_time end |