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.
867 868 869 |
# File 'sig/types.rbs', line 867 def jobs @jobs end |
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
868 869 870 |
# File 'sig/types.rbs', line 868 def last_updated_at @last_updated_at end |