Class: Aws::Types::UpdateJobQueueResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobQueueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
-
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
Instance Attribute Details
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def job_queue_arn @job_queue_arn end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def job_queue_name @job_queue_name end |