Class: Aws::Deadline::Types::GetVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetVolumeResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_worker_id ⇒ String
The worker ID of the worker the volume is attached to.
-
#availability_zone_id ⇒ String
The Availability Zone ID of the volume.
-
#created_at ⇒ Time
The date and time the resource was created.
-
#expires_at ⇒ Time
The date and time the volume expires and will be deleted.
-
#farm_id ⇒ String
The farm ID of the farm that contains the fleet.
-
#fleet_id ⇒ String
The fleet ID of the fleet that contains the volume.
-
#iops ⇒ Integer
The IOPS of the volume.
-
#last_assigned_at ⇒ Time
The date and time the volume was last assigned to a worker.
-
#last_released_at ⇒ Time
The date and time the volume was last released from a worker.
-
#size_gi_b ⇒ Integer
The volume size in GiB.
-
#state ⇒ String
The state of the volume.
-
#throughput_mi_b ⇒ Integer
The throughput of the volume in MiB.
-
#volume_id ⇒ String
The volume ID.
-
#volume_type ⇒ String
The EBS volume type.
Instance Attribute Details
#attached_worker_id ⇒ String
The worker ID of the worker the volume is attached to.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The Availability Zone ID of the volume.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the resource was created.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The date and time the volume expires and will be deleted.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm that contains the fleet.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the fleet that contains the volume.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
The IOPS of the volume.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#last_assigned_at ⇒ Time
The date and time the volume was last assigned to a worker.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#last_released_at ⇒ Time
The date and time the volume was last released from a worker.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#size_gi_b ⇒ Integer
The volume size in GiB.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the volume.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#throughput_mi_b ⇒ Integer
The throughput of the volume in MiB.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The volume ID.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
The EBS volume type.
6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6369 class GetVolumeResponse < Struct.new( :volume_id, :farm_id, :fleet_id, :state, :size_gi_b, :availability_zone_id, :attached_worker_id, :volume_type, :iops, :throughput_mi_b, :created_at, :last_assigned_at, :last_released_at, :expires_at) SENSITIVE = [] include Aws::Structure end |