Class: Aws::Types::GetQueueLimitAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def created_by
  @created_by
end

#limit_id::String

Returns the value of attribute limit_id.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def limit_id
  @limit_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1486
1487
1488
# File 'sig/types.rbs', line 1486

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", "STOPPED")


1488
1489
1490
# File 'sig/types.rbs', line 1488

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def updated_by
  @updated_by
end