Class: Aws::Deadline::Types::DeleteFarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteFarmRequest
- 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 to delete.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm to delete.
1743 1744 1745 1746 1747 |
# File 'lib/aws-sdk-deadline/types.rb', line 1743 class DeleteFarmRequest < Struct.new( :farm_id) SENSITIVE = [] include Aws::Structure end |