Class: Aws::Types::GetVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetVolumeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_worker_id ⇒ ::String
Returns the value of attribute attached_worker_id.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#last_assigned_at ⇒ ::Time
Returns the value of attribute last_assigned_at.
-
#last_released_at ⇒ ::Time
Returns the value of attribute last_released_at.
-
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
-
#state ⇒ "PENDING_CREATION", ...
Returns the value of attribute state.
-
#throughput_mi_b ⇒ ::Integer
Returns the value of attribute throughput_mi_b.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_type ⇒ "gp3"
Returns the value of attribute volume_type.
Instance Attribute Details
#attached_worker_id ⇒ ::String
Returns the value of attribute attached_worker_id.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def attached_worker_id @attached_worker_id end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def availability_zone_id @availability_zone_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def expires_at @expires_at end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def fleet_id @fleet_id end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def iops @iops end |
#last_assigned_at ⇒ ::Time
Returns the value of attribute last_assigned_at.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def last_assigned_at @last_assigned_at end |
#last_released_at ⇒ ::Time
Returns the value of attribute last_released_at.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def last_released_at @last_released_at end |
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def size_gi_b @size_gi_b end |
#state ⇒ "PENDING_CREATION", ...
Returns the value of attribute state.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def state @state end |
#throughput_mi_b ⇒ ::Integer
Returns the value of attribute throughput_mi_b.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def throughput_mi_b @throughput_mi_b end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def volume_id @volume_id end |
#volume_type ⇒ "gp3"
Returns the value of attribute volume_type.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def volume_type @volume_type end |