Class: Aws::S3Control::Types::AccessControlTranslation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AccessControlTranslation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container for information about access control for replicas.
<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner ⇒ String
Specifies the replica ownership.
Instance Attribute Details
#owner ⇒ String
Specifies the replica ownership.
40 41 42 43 44 |
# File 'lib/aws-sdk-s3control/types.rb', line 40 class AccessControlTranslation < Struct.new( :owner) SENSITIVE = [] include Aws::Structure end |