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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass AccessControlTranslation data as a hash:

{
  owner: "Destination", # required, accepts Destination
}

A container for information about access control for replicas.

Instance Attribute Summary collapse

Instance Attribute Details

#ownerString

The override value for the owner of the replica object.

Returns:

  • (String)


153
154
155
156
# File 'lib/aws-sdk-s3/types.rb', line 153

class AccessControlTranslation < Struct.new(
  :owner)
  include Aws::Structure
end