Class: Aws::Deadline::Types::CreateFarmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateFarmResponse
- 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.
Instance Attribute Details
#farm_id ⇒ String
The farm ID.
1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-deadline/types.rb', line 1056 class CreateFarmResponse < Struct.new( :farm_id) SENSITIVE = [] include Aws::Structure end |