Class: Aws::S3::Types::GetObjectTaggingOutput

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

#tag_setArray<Types::Tag>

Contains the tag set.

Returns:



7504
7505
7506
7507
7508
7509
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7504

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

#version_idString

The versionId of the object for which you got the tagging information.

Returns:

  • (String)


7504
7505
7506
7507
7508
7509
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7504

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