Class: Aws::Deadline::Types::DeleteFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteFleetRequest
- Includes:
- Structure
- Defined in:
- 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.
1771 1772 1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-deadline/types.rb', line 1771 class DeleteFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm to remove from the fleet.
1771 1772 1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-deadline/types.rb', line 1771 class DeleteFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the fleet to delete.
1771 1772 1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-deadline/types.rb', line 1771 class DeleteFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |