Class: Aws::Deadline::Types::GetFarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetFarmRequest
- 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.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm.
2933 2934 2935 2936 2937 |
# File 'lib/aws-sdk-deadline/types.rb', line 2933 class GetFarmRequest < Struct.new( :farm_id) SENSITIVE = [] include Aws::Structure end |