Class: Aws::S3Control::Types::PutJobTaggingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutJobTaggingRequest
- 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 replace.
-
#tags ⇒ Array<Types::S3Tag>
The set of tags to associate with the S3 Batch Operations job.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6490 class PutJobTaggingRequest < Struct.new( :account_id, :job_id, :tags) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the S3 Batch Operations job whose tags you want to replace.
6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6490 class PutJobTaggingRequest < Struct.new( :account_id, :job_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::S3Tag>
The set of tags to associate with the S3 Batch Operations job.
6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6490 class PutJobTaggingRequest < Struct.new( :account_id, :job_id, :tags) SENSITIVE = [] include Aws::Structure end |