Class: Aws::Deadline::Types::GetLimitRequest

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 unique identifier of the farm that contains the limit.

Returns:

  • (String)


3368
3369
3370
3371
3372
3373
# File 'lib/aws-sdk-deadline/types.rb', line 3368

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

#limit_idString

The unique identifier of the limit to return.

Returns:

  • (String)


3368
3369
3370
3371
3372
3373
# File 'lib/aws-sdk-deadline/types.rb', line 3368

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