Class: Aws::Neptunedata::Types::EdgeStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::EdgeStructure
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
An edge structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of edges that have this specific structure.
-
#edge_properties ⇒ Array<String>
A list of edge properties present in this specific structure.
Instance Attribute Details
#count ⇒ Integer
The number of edges that have this specific structure.
655 656 657 658 659 660 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 655 class EdgeStructure < Struct.new( :count, :edge_properties) SENSITIVE = [] include Aws::Structure end |
#edge_properties ⇒ Array<String>
A list of edge properties present in this specific structure.
655 656 657 658 659 660 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 655 class EdgeStructure < Struct.new( :count, :edge_properties) SENSITIVE = [] include Aws::Structure end |