Class: Aws::S3::Types::PutObjectTaggingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::PutObjectTaggingOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version_id ⇒ String
The versionId of the object the tag-set was added to.
Instance Attribute Details
#version_id ⇒ String
The versionId of the object the tag-set was added to.
15858 15859 15860 15861 15862 |
# File 'lib/aws-sdk-s3/types.rb', line 15858 class PutObjectTaggingOutput < Struct.new( :version_id) SENSITIVE = [] include Aws::Structure end |