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:



16401
16402
16403
16404
16405
16406
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16401

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)


16401
16402
16403
16404
16405
16406
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16401

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