Class: Aws::Deadline::Types::GetVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#volume_id ⇒ String
The volume ID of the volume to retrieve.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm that contains the fleet.
6299 6300 6301 6302 6303 6304 6305 |
# File 'lib/aws-sdk-deadline/types.rb', line 6299 class GetVolumeRequest < Struct.new( :farm_id, :fleet_id, :volume_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the fleet that contains the volume.
6299 6300 6301 6302 6303 6304 6305 |
# File 'lib/aws-sdk-deadline/types.rb', line 6299 class GetVolumeRequest < Struct.new( :farm_id, :fleet_id, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The volume ID of the volume to retrieve.
6299 6300 6301 6302 6303 6304 6305 |
# File 'lib/aws-sdk-deadline/types.rb', line 6299 class GetVolumeRequest < Struct.new( :farm_id, :fleet_id, :volume_id) SENSITIVE = [] include Aws::Structure end |