Class: Aws::S3::Types::Tagging

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass Tagging data as a hash:

{
  tag_set: [ # required
    {
      key: "ObjectKey", # required
      value: "Value", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#tag_setArray<Types::Tag>

Returns:



9561
9562
9563
9564
# File 'lib/aws-sdk-s3/types.rb', line 9561

class Tagging < Struct.new(
  :tag_set)
  include Aws::Structure
end