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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

List of tags returned by the ‘ListTagsForResource` operation.

Returns:



26805
26806
26807
26808
26809
# File 'lib/aws-sdk-rds/types.rb', line 26805

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