Class: Aws::Types::GetQueueLimitAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def farm_id
  @farm_id
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def limit_id
  @limit_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def queue_id
  @queue_id
end