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)


1107
1108
1109
1110
1111
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1107

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