Class: Aws::Types::UpdateQueueLimitAssociationRequest

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)


3270
3271
3272
# File 'sig/types.rbs', line 3270

def farm_id
  @farm_id
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


3272
3273
3274
# File 'sig/types.rbs', line 3272

def limit_id
  @limit_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3271
3272
3273
# File 'sig/types.rbs', line 3271

def queue_id
  @queue_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "STOP_LIMIT_USAGE_AND_COMPLETE_TASKS", "STOP_LIMIT_USAGE_AND_CANCEL_TASKS")


3273
3274
3275
# File 'sig/types.rbs', line 3273

def status
  @status
end