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.
5664 5665 5666 5667 5668 5669 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5664 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.
5664 5665 5666 5667 5668 5669 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5664 class GetObjectTaggingOutput < Struct.new( :version_id, :tag_set) SENSITIVE = [] include Aws::Structure end |