Class: Aws::S3::Types::DeleteObjectTaggingOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#version_idString

The versionId of the object the tag-set was removed from.

Returns:

  • (String)


2023
2024
2025
2026
# File 'lib/aws-sdk-s3/types.rb', line 2023

class DeleteObjectTaggingOutput < Struct.new(
  :version_id)
  include Aws::Structure
end