Class: Aws::S3::Types::GetBucketAclOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3::Types::GetBucketAclOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #grants  ⇒ Array<Types::Grant> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of grants.
 - 
  
    
      #owner  ⇒ Types::Owner 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Container for the bucket owner’s display name and ID.
 
Instance Attribute Details
#grants ⇒ Array<Types::Grant>
A list of grants.
      5714 5715 5716 5717 5718 5719  | 
    
      # File 'lib/aws-sdk-s3/types.rb', line 5714 class GetBucketAclOutput < Struct.new( :owner, :grants) SENSITIVE = [] include Aws::Structure end  | 
  
#owner ⇒ Types::Owner
Container for the bucket owner’s display name and ID.
      5714 5715 5716 5717 5718 5719  | 
    
      # File 'lib/aws-sdk-s3/types.rb', line 5714 class GetBucketAclOutput < Struct.new( :owner, :grants) SENSITIVE = [] include Aws::Structure end  |