Class: Aws::Deadline::Types::CreateFarmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateFarmResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID.
1215 1216 1217 1218 1219 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1215 class CreateFarmResponse < Struct.new( :farm_id) SENSITIVE = [] include Aws::Structure end |