Class: Aws::NeptuneGraph::Types::EdgeStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::EdgeStructure
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Contains information about an edge in a Neptune Analytics graph.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of instances of the edge in the graph.
-
#edge_properties ⇒ Array<String>
A list of the properties associated with the edge.
Instance Attribute Details
#count ⇒ Integer
The number of instances of the edge in the graph.
820 821 822 823 824 825 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 820 class EdgeStructure < Struct.new( :count, :edge_properties) SENSITIVE = [] include Aws::Structure end |
#edge_properties ⇒ Array<String>
A list of the properties associated with the edge.
820 821 822 823 824 825 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 820 class EdgeStructure < Struct.new( :count, :edge_properties) SENSITIVE = [] include Aws::Structure end |