Class: Aws::S3::Types::OutputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::OutputLocation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Describes the location where the restore job’s output is stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Location
Describes an S3 location that will receive the results of the restore request.
Instance Attribute Details
#s3 ⇒ Types::S3Location
Describes an S3 location that will receive the results of the restore request.
12102 12103 12104 12105 12106 |
# File 'lib/aws-sdk-s3/types.rb', line 12102 class OutputLocation < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |