Class: Aws::S3::Types::AccessControlTranslation

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

Instance Attribute Details

#ownerString

Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.

Returns:

  • (String)


196
197
198
199
200
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 196

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