Class: Aws::Neptunedata::Types::EdgeStructure

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

Overview

An edge structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of edges that have this specific structure.

Returns:

  • (Integer)


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_propertiesArray<String>

A list of edge properties present in this specific structure.

Returns:

  • (Array<String>)


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