Class: Aws::NeptuneGraph::Types::NodeStructure

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

Overview

Information about a node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of instances of this node.

Returns:

  • (Integer)


1929
1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1929

class NodeStructure < Struct.new(
  :count,
  :node_properties,
  :distinct_outgoing_edge_labels)
  SENSITIVE = []
  include Aws::Structure
end

#distinct_outgoing_edge_labelsArray<String>

The outgoing edge labels associated with this node.

Returns:

  • (Array<String>)


1929
1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1929

class NodeStructure < Struct.new(
  :count,
  :node_properties,
  :distinct_outgoing_edge_labels)
  SENSITIVE = []
  include Aws::Structure
end

#node_propertiesArray<String>

Properties associated with this node.

Returns:

  • (Array<String>)


1929
1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1929

class NodeStructure < Struct.new(
  :count,
  :node_properties,
  :distinct_outgoing_edge_labels)
  SENSITIVE = []
  include Aws::Structure
end