Class: Aws::S3Control::Types::PutJobTaggingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with the S3 Batch Operations job.

Returns:

  • (String)


6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6132

class PutJobTaggingRequest < Struct.new(
  :account_id,
  :job_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID for the S3 Batch Operations job whose tags you want to replace.

Returns:

  • (String)


6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6132

class PutJobTaggingRequest < Struct.new(
  :account_id,
  :job_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::S3Tag>

The set of tags to associate with the S3 Batch Operations job.

Returns:



6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6132

class PutJobTaggingRequest < Struct.new(
  :account_id,
  :job_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end