Class: Aws::S3::Types::Tagging
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Tagging
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Container for TagSet elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_set ⇒ Array<Types::Tag>
A collection for a set of tags.
Instance Attribute Details
#tag_set ⇒ Array<Types::Tag>
A collection for a set of tags
19181 19182 19183 19184 19185 |
# File 'lib/aws-sdk-s3/types.rb', line 19181 class Tagging < Struct.new( :tag_set) SENSITIVE = [] include Aws::Structure end |