Class: Aws::Types::FrontOfQueueJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::FrontOfQueueJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#earliest_time_at_position ⇒ ::Integer
Returns the value of attribute earliest_time_at_position.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
Instance Attribute Details
#earliest_time_at_position ⇒ ::Integer
Returns the value of attribute earliest_time_at_position.
874 875 876 |
# File 'sig/types.rbs', line 874 def earliest_time_at_position @earliest_time_at_position end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
873 874 875 |
# File 'sig/types.rbs', line 873 def job_arn @job_arn end |