class Aws::S3Control::Types::S3AccessControlList

@note When making an API call, you may pass S3AccessControlList

data as a hash:

    {
      owner: { # required
        id: "NonEmptyMaxLength1024String",
        display_name: "NonEmptyMaxLength1024String",
      },
      grants: [
        {
          grantee: {
            type_identifier: "id", # accepts id, emailAddress, uri
            identifier: "NonEmptyMaxLength1024String",
            display_name: "NonEmptyMaxLength1024String",
          },
          permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
        },
      ],
    }

@!attribute [rw] owner

@return [Types::S3ObjectOwner]

@!attribute [rw] grants

@return [Array<Types::S3Grant>]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3AccessControlList AWS API Documentation

Constants

SENSITIVE