Class: Aws::Batch::Types::GetJobQueueSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_queueString

The job queue’s name or full queue Amazon Resource Name (ARN).

Returns:

  • (String)


5033
5034
5035
5036
5037
# File 'lib/aws-sdk-batch/types.rb', line 5033

class GetJobQueueSnapshotRequest < Struct.new(
  :job_queue)
  SENSITIVE = []
  include Aws::Structure
end