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
17401 17402 17403 17404 17405 |
# File 'lib/aws-sdk-s3/types.rb', line 17401 class Tagging < Struct.new( :tag_set) SENSITIVE = [] include Aws::Structure end |