Class: Aws::S3Control::Types::GetJobTaggingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetJobTaggingRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
-
#job_id ⇒ String
The ID for the S3 Batch Operations job whose tags you want to retrieve.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
3267 3268 3269 3270 3271 3272 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3267 class GetJobTaggingRequest < Struct.new( :account_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the S3 Batch Operations job whose tags you want to retrieve.
3267 3268 3269 3270 3271 3272 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3267 class GetJobTaggingRequest < Struct.new( :account_id, :job_id) SENSITIVE = [] include Aws::Structure end |