Class: Aws::S3::Types::GetObjectTorrentOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bodyIO

Returns:

  • (IO)


3534
3535
3536
3537
3538
# File 'lib/aws-sdk-s3/types.rb', line 3534

class GetObjectTorrentOutput < Struct.new(
  :body,
  :request_charged)
  include Aws::Structure
end

#request_chargedString

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

Returns:

  • (String)


3534
3535
3536
3537
3538
# File 'lib/aws-sdk-s3/types.rb', line 3534

class GetObjectTorrentOutput < Struct.new(
  :body,
  :request_charged)
  include Aws::Structure
end