class Aws::S3Control::Types::S3Grant

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

data as a hash:

    {
      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] grantee

@return [Types::S3Grantee]

@!attribute [rw] permission

@return [String]

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

Constants

SENSITIVE