Class: Aws::Glacier::Types::OutputLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/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

Instance Attribute Details

#s3Types::S3Location

Describes an S3 location that will receive the results of the job request.

Returns:



1839
1840
1841
1842
1843
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1839

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