Class: Aws::Deadline::Types::GetFarmRequest

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 of the farm.

Returns:

  • (String)


2600
2601
2602
2603
2604
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2600

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