Class: Aws::Types::QueueLimitAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::QueueLimitAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def created_by @created_by end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def limit_id @limit_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def queue_id @queue_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def updated_by @updated_by end |