Class: Aws::S3Control::Types::GetJobTaggingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetJobTaggingResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::S3Tag>
The set of tags associated with the S3 Batch Operations job.
Instance Attribute Details
#tags ⇒ Array<Types::S3Tag>
The set of tags associated with the S3 Batch Operations job.
2243 2244 2245 2246 2247 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2243 class GetJobTaggingResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |