Class: Aws::Glacier::Types::OutputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::OutputLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains information about the location where the select job results are stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Location
Describes an S3 location that will receive the results of the job request.
Instance Attribute Details
#s3 ⇒ Types::S3Location
Describes an S3 location that will receive the results of the job request.
1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-glacier/types.rb', line 1839 class OutputLocation < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |