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

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



2982
2983
2984
2985
2986
# File 'lib/aws-sdk-deadline/types.rb', line 2982

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