Class: Aws::Types::FrontOfQueueDetail
- Inherits:
-
Object
- Object
- Aws::Types::FrontOfQueueDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array[Types::FrontOfQueueJobSummary]
Returns the value of attribute jobs.
-
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
Instance Attribute Details
#jobs ⇒ ::Array[Types::FrontOfQueueJobSummary]
Returns the value of attribute jobs.
874 875 876 |
# File 'sig/types.rbs', line 874 def jobs @jobs end |
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
875 876 877 |
# File 'sig/types.rbs', line 875 def last_updated_at @last_updated_at end |