Class: Aws::S3Control::Types::AccessControlTranslation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ownerString

Specifies the replica ownership.

Returns:

  • (String)


40
41
42
43
44
# File 'lib/aws-sdk-s3control/types.rb', line 40

class AccessControlTranslation < Struct.new(
  :owner)
  SENSITIVE = []
  include Aws::Structure
end