Class: Aws::Deadline::Types::UpdateFarmRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the farm to update.

Returns:

  • (String)


8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8336

class UpdateFarmRequest < Struct.new(
  :description,
  :display_name,
  :farm_id)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the farm to update.

Returns:

  • (String)


8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8336

class UpdateFarmRequest < Struct.new(
  :description,
  :display_name,
  :farm_id)
  SENSITIVE = [:description]
  include Aws::Structure
end

#farm_idString

The farm ID to update.

Returns:

  • (String)


8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8336

class UpdateFarmRequest < Struct.new(
  :description,
  :display_name,
  :farm_id)
  SENSITIVE = [:description]
  include Aws::Structure
end