Class: Aws::Neptunedata::Types::EdgeStructure
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Neptunedata::Types::EdgeStructure
 
- Defined in:
- gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/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 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 655 class EdgeStructure < Struct.new( :count, :edge_properties) SENSITIVE = [] include Aws::Structure end |