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:



27297
27298
27299
27300
27301
# File 'lib/aws-sdk-rds/types.rb', line 27297

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