Class: Aws::S3::Types::GetObjectAclOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::Grant>

A list of grants.

Returns:



2969
2970
2971
2972
2973
2974
# File 'lib/aws-sdk-s3/types.rb', line 2969

class GetObjectAclOutput < Struct.new(
  :owner,
  :grants,
  :request_charged)
  include Aws::Structure
end

#ownerTypes::Owner

Returns:



2969
2970
2971
2972
2973
2974
# File 'lib/aws-sdk-s3/types.rb', line 2969

class GetObjectAclOutput < Struct.new(
  :owner,
  :grants,
  :request_charged)
  include Aws::Structure
end

#request_chargedString

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

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
# File 'lib/aws-sdk-s3/types.rb', line 2969

class GetObjectAclOutput < Struct.new(
  :owner,
  :grants,
  :request_charged)
  include Aws::Structure
end