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)


6089
6090
6091
6092
6093
# File 'lib/aws-sdk-batch/types.rb', line 6089

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