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)


4679
4680
4681
4682
4683
# File 'lib/aws-sdk-batch/types.rb', line 4679

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