Class: Aws::Neptune::Types::ListTagsForResourceMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter is not currently supported.

Returns:



5654
5655
5656
5657
5658
5659
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5654

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

#resource_nameString

The Amazon Neptune resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

Returns:

  • (String)


5654
5655
5656
5657
5658
5659
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5654

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