Class: Aws::S3Control::Types::S3SetObjectAclOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3SetObjectAclOperation
- 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_policy ⇒ Types::S3AccessControlPolicy
7455 7456 7457 7458 7459 |
# File 'lib/aws-sdk-s3control/types.rb', line 7455 class S3SetObjectAclOperation < Struct.new( :access_control_policy) SENSITIVE = [] include Aws::Structure end |