Class: Aws::S3::Types::OutputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::OutputLocation
- Defined in:
- gems/aws-sdk-s3/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.
9048 9049 9050 9051 9052 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9048 class OutputLocation < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |