You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::AccessControlTranslation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3::Types::AccessControlTranslation
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing AccessControlTranslation as input to an Aws::Client method, you can use a vanilla Hash:
{
  owner: "Destination", # required, accepts Destination
}
A container for information about access control for replicas.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the replica ownership. 
Instance Attribute Details
#owner ⇒ String
Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon Simple Storage Service API Reference.