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.
886 887 888 |
# File 'sig/types.rbs', line 886 def jobs @jobs end |
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
887 888 889 |
# File 'sig/types.rbs', line 887 def last_updated_at @last_updated_at end |