Class: Aws::DocDB::Types::TagListMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Represents the output of ListTagsForResource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of one or more tags.

Returns:



5687
5688
5689
5690
5691
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 5687

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