Class: Aws::S3Control::Types::GetJobTaggingResult

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

#tagsArray<Types::S3Tag>

The set of tags associated with the S3 Batch Operations job.

Returns:



3141
3142
3143
3144
3145
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3141

class GetJobTaggingResult < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end