Class: Aws::S3::Types::OutputLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3Types::S3Location

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

Returns:



11703
11704
11705
11706
11707
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11703

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