Class: Aws::S3::Types::AccessControlTranslation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::AccessControlTranslation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass AccessControlTranslation data as a hash:
{
owner: "Destination", # required, accepts Destination
}
Container for information regarding the access control for replicas.
Instance Attribute Summary collapse
-
#owner ⇒ String
The override value for the owner of the replica object.
Instance Attribute Details
#owner ⇒ String
The override value for the owner of the replica object.
153 154 155 156 |
# File 'lib/aws-sdk-s3/types.rb', line 153 class AccessControlTranslation < Struct.new( :owner) include Aws::Structure end |