Class: Aws::S3Control::Types::S3SetObjectAclOperation

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

Overview

Contains the configuration parameters for a PUT Object ACL operation. S3 Batch Operations passes every object to the underlying ‘PutObjectAcl` API operation. For more information about the parameters for this operation, see [PutObjectAcl].

[1]: docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_policyTypes::S3AccessControlPolicy



7454
7455
7456
7457
7458
# File 'lib/aws-sdk-s3control/types.rb', line 7454

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