Class: Aws::Neptunedata::Types::NodeStructure

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunedata/types.rb

Overview

A node structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of nodes that have this specific structure.

Returns:

  • (Integer)


2424
2425
2426
2427
2428
2429
2430
# File 'lib/aws-sdk-neptunedata/types.rb', line 2424

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

#distinct_outgoing_edge_labelsArray<String>

A list of distinct outgoing edge labels present in this specific structure.

Returns:

  • (Array<String>)


2424
2425
2426
2427
2428
2429
2430
# File 'lib/aws-sdk-neptunedata/types.rb', line 2424

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

#node_propertiesArray<String>

A list of the node properties present in this specific structure.

Returns:

  • (Array<String>)


2424
2425
2426
2427
2428
2429
2430
# File 'lib/aws-sdk-neptunedata/types.rb', line 2424

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