Class: Aws::S3::Types::PutObjectTaggingOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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 added to.

Returns:

  • (String)


14445
14446
14447
14448
14449
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 14445

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