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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1433
1434
1435
1436
1437
# File 'lib/aws-sdk-pi/types.rb', line 1433

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