Class: Aws::S3::Types::AccessControlTranslation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::AccessControlTranslation
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
A container for information about access control for replicas.
Constant Summary collapse
- SENSITIVE =
[]
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 S3 API Reference.
210 211 212 213 214 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 210 class AccessControlTranslation < Struct.new( :owner) SENSITIVE = [] include Aws::Structure end |