Module: Aws::Deadline::Client::_GetVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetVolumeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attached_worker_id ⇒ ::String
- #availability_zone_id ⇒ ::String
- #created_at ⇒ ::Time
- #expires_at ⇒ ::Time
- #farm_id ⇒ ::String
- #fleet_id ⇒ ::String
- #iops ⇒ ::Integer
- #last_assigned_at ⇒ ::Time
- #last_released_at ⇒ ::Time
- #size_gi_b ⇒ ::Integer
- #state ⇒ "PENDING_CREATION", ...
- #throughput_mi_b ⇒ ::Integer
- #volume_id ⇒ ::String
- #volume_type ⇒ "gp3"
Instance Method Details
#attached_worker_id ⇒ ::String
1259 |
# File 'sig/client.rbs', line 1259 def attached_worker_id: () -> ::String |
#availability_zone_id ⇒ ::String
1258 |
# File 'sig/client.rbs', line 1258 def availability_zone_id: () -> ::String |
#created_at ⇒ ::Time
1263 |
# File 'sig/client.rbs', line 1263 def created_at: () -> ::Time |
#expires_at ⇒ ::Time
1266 |
# File 'sig/client.rbs', line 1266 def expires_at: () -> ::Time |
#farm_id ⇒ ::String
1254 |
# File 'sig/client.rbs', line 1254 def farm_id: () -> ::String |
#fleet_id ⇒ ::String
1255 |
# File 'sig/client.rbs', line 1255 def fleet_id: () -> ::String |
#iops ⇒ ::Integer
1261 |
# File 'sig/client.rbs', line 1261 def iops: () -> ::Integer |
#last_assigned_at ⇒ ::Time
1264 |
# File 'sig/client.rbs', line 1264 def last_assigned_at: () -> ::Time |
#last_released_at ⇒ ::Time
1265 |
# File 'sig/client.rbs', line 1265 def last_released_at: () -> ::Time |
#size_gi_b ⇒ ::Integer
1257 |
# File 'sig/client.rbs', line 1257 def size_gi_b: () -> ::Integer |
#state ⇒ "PENDING_CREATION", ...
1256 |
# File 'sig/client.rbs', line 1256 def state: () -> ("PENDING_CREATION" | "PENDING_ATTACHMENT" | "IN_USE" | "AVAILABLE" | "PENDING_DELETION") |
#throughput_mi_b ⇒ ::Integer
1262 |
# File 'sig/client.rbs', line 1262 def throughput_mi_b: () -> ::Integer |
#volume_id ⇒ ::String
1253 |
# File 'sig/client.rbs', line 1253 def volume_id: () -> ::String |
#volume_type ⇒ "gp3"
1260 |
# File 'sig/client.rbs', line 1260 def volume_type: () -> ("gp3") |