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)


5101
5102
5103
5104
5105
# File 'lib/aws-sdk-batch/types.rb', line 5101

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