Class: Aws::Types::SnapshotRecycleBinInfo
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotRecycleBinInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
17190 17191 17192 |
# File 'sig/types.rbs', line 17190 def description @description end |
#recycle_bin_enter_time ⇒ ::Time
Returns the value of attribute recycle_bin_enter_time.
17188 17189 17190 |
# File 'sig/types.rbs', line 17188 def recycle_bin_enter_time @recycle_bin_enter_time end |
#recycle_bin_exit_time ⇒ ::Time
Returns the value of attribute recycle_bin_exit_time.
17189 17190 17191 |
# File 'sig/types.rbs', line 17189 def recycle_bin_exit_time @recycle_bin_exit_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17187 17188 17189 |
# File 'sig/types.rbs', line 17187 def snapshot_id @snapshot_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
17191 17192 17193 |
# File 'sig/types.rbs', line 17191 def volume_id @volume_id end |