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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

A container for information about access control for replicas.

This is not supported by Amazon S3 on Outposts buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ownerString

Specifies the replica ownership.

Returns:

  • (String)


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