Class: Aws::PI::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
1437 1438 1439 1440 1441 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1437 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |