Class: Aws::S3::Types::GetObjectAclOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectAclOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#grants ⇒ Array<Types::Grant>
A list of grants.
- #owner ⇒ Types::Owner
-
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
Instance Attribute Details
#grants ⇒ Array<Types::Grant>
A list of grants.
2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-s3/types.rb', line 2750 class GetObjectAclOutput < Struct.new( :owner, :grants, :request_charged) include Aws::Structure end |
#owner ⇒ Types::Owner
2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-s3/types.rb', line 2750 class GetObjectAclOutput < Struct.new( :owner, :grants, :request_charged) include Aws::Structure end |
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-s3/types.rb', line 2750 class GetObjectAclOutput < Struct.new( :owner, :grants, :request_charged) include Aws::Structure end |