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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID.

Returns:

  • (String)


1007
1008
1009
1010
1011
# File 'lib/aws-sdk-deadline/types.rb', line 1007

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