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.
905 906 907 |
# File 'sig/types.rbs', line 905 def jobs @jobs end |
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
906 907 908 |
# File 'sig/types.rbs', line 906 def last_updated_at @last_updated_at end |