Class: Aws::Glacier::Types::InitiateJobOutput

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

Overview

Contains the Amazon Glacier response to your request.

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the job.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
# File 'lib/aws-sdk-glacier/types.rb', line 1376

class InitiateJobOutput < Struct.new(
  :location,
  :job_id,
  :job_output_path)
  include Aws::Structure
end

#job_output_pathString

The path to the location of where the select results are stored.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
# File 'lib/aws-sdk-glacier/types.rb', line 1376

class InitiateJobOutput < Struct.new(
  :location,
  :job_id,
  :job_output_path)
  include Aws::Structure
end

#locationString

The relative URI path of the job.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
# File 'lib/aws-sdk-glacier/types.rb', line 1376

class InitiateJobOutput < Struct.new(
  :location,
  :job_id,
  :job_output_path)
  include Aws::Structure
end