Class: Aws::RDS::Types::TagListMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

List of tags returned by the ListTagsForResource operation.

Returns:



15437
15438
15439
15440
# File 'lib/aws-sdk-rds/types.rb', line 15437

class TagListMessage < Struct.new(
  :tag_list)
  include Aws::Structure
end