Class: Aws::Glacier::Types::InitiateJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::InitiateJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job.
-
#job_output_path ⇒ String
The path to the location of where the select results are stored.
-
#location ⇒ String
The relative URI path of the job.
Instance Attribute Details
#job_id ⇒ String
The ID of the job.
1112 1113 1114 1115 1116 1117 1118 |
# File '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_path ⇒ String
The path to the location of where the select results are stored.
1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-glacier/types.rb', line 1112 class InitiateJobOutput < Struct.new( :location, :job_id, :job_output_path) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The relative URI path of the job.
1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-glacier/types.rb', line 1112 class InitiateJobOutput < Struct.new( :location, :job_id, :job_output_path) SENSITIVE = [] include Aws::Structure end |