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:



8250
8251
8252
8253
8254
8255
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8250

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)


8250
8251
8252
8253
8254
8255
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8250

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