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:



5533
5534
5535
5536
5537
5538
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5533

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)


5533
5534
5535
5536
5537
5538
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5533

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