Class: Aws::S3::Types::RestoreObjectOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#request_chargedString

If present, indicates that the requester was successfully charged for the request.

Returns:

  • (String)


8557
8558
8559
8560
8561
# File 'lib/aws-sdk-s3/types.rb', line 8557

class RestoreObjectOutput < Struct.new(
  :request_charged,
  :restore_output_path)
  include Aws::Structure
end

#restore_output_pathString

Indicates the path in the provided S3 output location where Select results will be restored to.

Returns:

  • (String)


8557
8558
8559
8560
8561
# File 'lib/aws-sdk-s3/types.rb', line 8557

class RestoreObjectOutput < Struct.new(
  :request_charged,
  :restore_output_path)
  include Aws::Structure
end