Class: Aws::AccessAnalyzer::Types::S3BucketAclGrantConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::S3BucketAclGrantConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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].
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#setting-acls
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 '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 'lib/aws-sdk-accessanalyzer/types.rb', line 3550 class S3BucketAclGrantConfiguration < Struct.new( :permission, :grantee) SENSITIVE = [] include Aws::Structure end  |