Class: Aws::Types::VolumeSummary
- Inherits:
-
Object
- Object
- Aws::Types::VolumeSummary
- 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.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
-
#state ⇒ "PENDING_CREATION", ...
Returns the value of attribute state.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#attached_worker_id ⇒ ::String
Returns the value of attribute attached_worker_id.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def attached_worker_id @attached_worker_id end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def availability_zone_id @availability_zone_id end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3437 3438 3439 |
# File 'sig/types.rbs', line 3437 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
3438 3439 3440 |
# File 'sig/types.rbs', line 3438 def fleet_id @fleet_id end |
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def size_gi_b @size_gi_b end |
#state ⇒ "PENDING_CREATION", ...
Returns the value of attribute state.
3439 3440 3441 |
# File 'sig/types.rbs', line 3439 def state @state end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
3436 3437 3438 |
# File 'sig/types.rbs', line 3436 def volume_id @volume_id end |