Class: Aws::Deadline::Types::GetFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetFleetRequest
- 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 in the fleet.
-
#fleet_id ⇒ String
The fleet ID of the fleet to get.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm in the fleet.
2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-deadline/types.rb', line 2793 class GetFleetRequest < Struct.new( :farm_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the fleet to get.
2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-deadline/types.rb', line 2793 class GetFleetRequest < Struct.new( :farm_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |