Class: Aws::S3::Types::DeleteObjectTaggingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteObjectTaggingOutput
- Defined in:
- gems/aws-sdk-s3/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 removed from.
Instance Attribute Details
#version_id ⇒ String
The versionId of the object the tag-set was removed from.
3981 3982 3983 3984 3985 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3981 class DeleteObjectTaggingOutput < Struct.new( :version_id) SENSITIVE = [] include Aws::Structure end |