class Aws::S3Control::Types::PutJobTaggingRequest

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

data as a hash:

    {
      account_id: "AccountId", # required
      job_id: "JobId", # required
      tags: [ # required
        {
          key: "TagKeyString", # required
          value: "TagValueString", # required
        },
      ],
    }

@!attribute [rw] account_id

The Amazon Web Services account ID associated with the S3 Batch
Operations job.
@return [String]

@!attribute [rw] job_id

The ID for the S3 Batch Operations job whose tags you want to
replace.
@return [String]

@!attribute [rw] tags

The set of tags to associate with the S3 Batch Operations job.
@return [Array<Types::S3Tag>]

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

Constants

SENSITIVE