Class: Aws::S3Control::Types::GetJobTaggingRequest

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)


3128
3129
3130
3131
3132
3133
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3128

class GetJobTaggingRequest < 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 retrieve.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3128

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