Class: Aws::PI::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The metadata assigned to an Amazon RDS resource consisting of a key-value pair.

Returns:



1416
1417
1418
1419
1420
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1416

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