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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#version_idString

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

Returns:

  • (String)


3958
3959
3960
3961
3962
# File 'lib/aws-sdk-s3/types.rb', line 3958

class DeleteObjectTaggingOutput < Struct.new(
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end