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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


979
980
981
982
983
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 979

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