Class: Aws::Types::VolumeRecycleBinInfo
- Inherits:
-
Object
- Object
- Aws::Types::VolumeRecycleBinInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#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.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
-
#state ⇒ "creating", ...
Returns the value of attribute state.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
19555 19556 19557 |
# File 'sig/types.rbs', line 19555 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
19556 19557 19558 |
# File 'sig/types.rbs', line 19556 def availability_zone_id @availability_zone_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
19560 19561 19562 |
# File 'sig/types.rbs', line 19560 def create_time @create_time end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
19552 19553 19554 |
# File 'sig/types.rbs', line 19552 def iops @iops end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
19559 19560 19561 |
# File 'sig/types.rbs', line 19559 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
19554 19555 19556 |
# File 'sig/types.rbs', line 19554 def outpost_arn @outpost_arn end |
#recycle_bin_enter_time ⇒ ::Time
Returns the value of attribute recycle_bin_enter_time.
19561 19562 19563 |
# File 'sig/types.rbs', line 19561 def recycle_bin_enter_time @recycle_bin_enter_time end |
#recycle_bin_exit_time ⇒ ::Time
Returns the value of attribute recycle_bin_exit_time.
19562 19563 19564 |
# File 'sig/types.rbs', line 19562 def recycle_bin_exit_time @recycle_bin_exit_time end |
#size ⇒ ::Integer
Returns the value of attribute size.
19551 19552 19553 |
# File 'sig/types.rbs', line 19551 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
19558 19559 19560 |
# File 'sig/types.rbs', line 19558 def snapshot_id @snapshot_id end |
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
19557 19558 19559 |
# File 'sig/types.rbs', line 19557 def source_volume_id @source_volume_id end |
#state ⇒ "creating", ...
Returns the value of attribute state.
19550 19551 19552 |
# File 'sig/types.rbs', line 19550 def state @state end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
19553 19554 19555 |
# File 'sig/types.rbs', line 19553 def throughput @throughput end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
19548 19549 19550 |
# File 'sig/types.rbs', line 19548 def volume_id @volume_id end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
19549 19550 19551 |
# File 'sig/types.rbs', line 19549 def volume_type @volume_type end |