Class: Aws::Deadline::Types::GetFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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 in the fleet.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2663

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

#fleet_idString

The fleet ID of the fleet to get.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2663

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