Class: Aws::Types::CreateJobQueueResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobQueueResponse
- 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.
308 309 310 |
# File 'sig/types.rbs', line 308 def job_queue_arn @job_queue_arn end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def job_queue_name @job_queue_name end |