Class: Aws::Batch::Types::UpdateJobQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateJobQueueResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_queue_arn ⇒ String
The Amazon Resource Name (ARN) of the job queue.
-
#job_queue_name ⇒ String
The name of the job queue.
Instance Attribute Details
#job_queue_arn ⇒ String
The Amazon Resource Name (ARN) of the job queue.
10172 10173 10174 10175 10176 10177 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10172 class UpdateJobQueueResponse < Struct.new( :job_queue_name, :job_queue_arn) SENSITIVE = [] include Aws::Structure end |
#job_queue_name ⇒ String
The name of the job queue.
10172 10173 10174 10175 10176 10177 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10172 class UpdateJobQueueResponse < Struct.new( :job_queue_name, :job_queue_arn) SENSITIVE = [] include Aws::Structure end |