Class: Aws::RDS::Types::ListTagsForResourceMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter isn't currently supported.

Returns:



16392
16393
16394
16395
16396
16397
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16392

class ListTagsForResourceMessage < Struct.new(
  :resource_name,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

Returns:

  • (String)


16392
16393
16394
16395
16396
16397
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16392

class ListTagsForResourceMessage < Struct.new(
  :resource_name,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end