Class: Aws::Deadline::Types::DeleteVolumeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the farm that contains the fleet.

Returns:

  • (String)


3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-deadline/types.rb', line 3821

class DeleteVolumeRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID of the fleet that contains the volume.

Returns:

  • (String)


3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-deadline/types.rb', line 3821

class DeleteVolumeRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The volume ID of the volume to delete.

Returns:

  • (String)


3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-deadline/types.rb', line 3821

class DeleteVolumeRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end