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

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

Instance Attribute Details

#s3Types::S3Location

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

Returns:



12102
12103
12104
12105
12106
# File 'lib/aws-sdk-s3/types.rb', line 12102

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