Class: Aws::RDS::Types::TagListMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::TagListMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
List of tags returned by the
ListTagsForResourceoperation.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
List of tags returned by the ListTagsForResource operation.
28858 28859 28860 28861 28862 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28858 class TagListMessage < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |