Class: Aws::Deadline::Types::DeleteFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteFleetRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#farm_id ⇒ String
The farm ID of the farm to remove from the fleet.
-
#fleet_id ⇒ String
The fleet ID of the fleet to delete.
Instance Attribute Details
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
A suitable default value is auto-generated. You should normally not need to pass this option.
2170 2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2170 class DeleteFleetRequest < Struct.new( :farm_id, :fleet_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm to remove from the fleet.
2170 2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2170 class DeleteFleetRequest < Struct.new( :farm_id, :fleet_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the fleet to delete.
2170 2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2170 class DeleteFleetRequest < Struct.new( :farm_id, :fleet_id, :client_token) SENSITIVE = [] include Aws::Structure end |