Class: Aws::Types::DeleteQueueLimitAssociationRequest

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)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def farm_id
  @farm_id
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def limit_id
  @limit_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def queue_id
  @queue_id
end