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.
912 913 914 |
# File 'sig/types.rbs', line 912 def earliest_time_at_position @earliest_time_at_position end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
911 912 913 |
# File 'sig/types.rbs', line 911 def job_arn @job_arn end |