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.
3465 3466 3467 3468 3469 3470 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3465 class S3BucketAclGrantConfiguration < Struct.new( :permission, :grantee) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
The permissions being granted.
3465 3466 3467 3468 3469 3470 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3465 class S3BucketAclGrantConfiguration < Struct.new( :permission, :grantee) SENSITIVE = [] include Aws::Structure end |