Class: Aws::Types::QueueInfo
- Inherits:
-
Object
- Object
- Aws::Types::QueueInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enqueue_timestamp ⇒ ::Time
Returns the value of attribute enqueue_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#enqueue_timestamp ⇒ ::Time
Returns the value of attribute enqueue_timestamp.
6257 6258 6259 |
# File 'sig/types.rbs', line 6257 def @enqueue_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
6256 6257 6258 |
# File 'sig/types.rbs', line 6256 def id @id end |