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:



1428
1429
1430
1431
1432
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1428

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