Class: Aws::S3Control::Types::DeleteJobTaggingRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1731
1732
1733
1734
1735
1736
# File 'lib/aws-sdk-s3control/types.rb', line 1731

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

#job_idString

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

Returns:

  • (String)


1731
1732
1733
1734
1735
1736
# File 'lib/aws-sdk-s3control/types.rb', line 1731

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