Class: Aws::Types::CreateQueueLimitAssociationRequest

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)


826
827
828
# File 'sig/types.rbs', line 826

def farm_id
  @farm_id
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def limit_id
  @limit_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def queue_id
  @queue_id
end