Class: Aws::AccessAnalyzer::Types::S3BucketAclGrantConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::S3BucketAclGrantConfiguration
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see How to Specify an ACL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grantee ⇒ Types::AclGrantee
The grantee to whom you’re assigning access rights.
-
#permission ⇒ String
The permissions being granted.
Instance Attribute Details
#grantee ⇒ Types::AclGrantee
The grantee to whom you’re assigning access rights.
3550 3551 3552 3553 3554 3555 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3550 class S3BucketAclGrantConfiguration < Struct.new( :permission, :grantee) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
The permissions being granted.
3550 3551 3552 3553 3554 3555 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3550 class S3BucketAclGrantConfiguration < Struct.new( :permission, :grantee) SENSITIVE = [] include Aws::Structure end |