Class: Aws::S3Control::Types::AccessControlTranslation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AccessControlTranslation
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/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.
40 41 42 43 44 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 40 class AccessControlTranslation < Struct.new( :owner) SENSITIVE = [] include Aws::Structure end |