Class: Aws::S3::Types::GetObjectTaggingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectTaggingOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_set ⇒ Array<Types::Tag>
Contains the tag set.
-
#version_id ⇒ String
The versionId of the object for which you got the tagging information.
Instance Attribute Details
#tag_set ⇒ Array<Types::Tag>
Contains the tag set.
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_id ⇒ String
The versionId of the object for which you got the tagging information.
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 |