Class: Aws::Neptunedata::Types::NodeStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::NodeStructure
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
A node structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
Number of nodes that have this specific structure.
-
#distinct_outgoing_edge_labels ⇒ Array<String>
A list of distinct outgoing edge labels present in this specific structure.
-
#node_properties ⇒ Array<String>
A list of the node properties present in this specific structure.
Instance Attribute Details
#count ⇒ Integer
Number of nodes that have this specific structure.
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_labels ⇒ Array<String>
A list of distinct outgoing edge labels present in this specific structure.
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_properties ⇒ Array<String>
A list of the node properties present in this specific structure.
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 |