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.



1155
1156
1157
1158
1159
# File 'lib/aws-sdk-deadline/types.rb', line 1155

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