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

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

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the job.

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1112

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

#job_output_pathString

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

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1112

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

#locationString

The relative URI path of the job.

Returns:

  • (String)


1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1112

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