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.
11664 11665 11666 11667 11668 |
# File 'lib/aws-sdk-s3/types.rb', line 11664 class PutObjectTaggingOutput < Struct.new( :version_id) SENSITIVE = [] include Aws::Structure end |