Class: Aws::Deadline::Types::CreateFarmResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#farm_idString

The farm ID.

Returns:

  • (String)


2623
2624
2625
2626
2627
# File 'lib/aws-sdk-deadline/types.rb', line 2623

class CreateFarmResponse < Struct.new(
  :farm_id)
  SENSITIVE = []
  include Aws::Structure
end