Class: Aws::Types::PropertygraphSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edge_labels::Array[::String]

Returns the value of attribute edge_labels.

Returns:

  • (::Array[::String])


735
736
737
# File 'sig/types.rbs', line 735

def edge_labels
  @edge_labels
end

#edge_properties::Array[::Hash[::String, ::Integer]]

Returns the value of attribute edge_properties.

Returns:

  • (::Array[::Hash[::String, ::Integer]])


739
740
741
# File 'sig/types.rbs', line 739

def edge_properties
  @edge_properties
end

#edge_structures::Array[Types::EdgeStructure]

Returns the value of attribute edge_structures.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def edge_structures
  @edge_structures
end

#node_labels::Array[::String]

Returns the value of attribute node_labels.

Returns:

  • (::Array[::String])


734
735
736
# File 'sig/types.rbs', line 734

def node_labels
  @node_labels
end

#node_properties::Array[::Hash[::String, ::Integer]]

Returns the value of attribute node_properties.

Returns:

  • (::Array[::Hash[::String, ::Integer]])


738
739
740
# File 'sig/types.rbs', line 738

def node_properties
  @node_properties
end

#node_structures::Array[Types::NodeStructure]

Returns the value of attribute node_structures.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def node_structures
  @node_structures
end

#num_edge_labels::Integer

Returns the value of attribute num_edge_labels.

Returns:

  • (::Integer)


733
734
735
# File 'sig/types.rbs', line 733

def num_edge_labels
  @num_edge_labels
end

#num_edge_properties::Integer

Returns the value of attribute num_edge_properties.

Returns:

  • (::Integer)


737
738
739
# File 'sig/types.rbs', line 737

def num_edge_properties
  @num_edge_properties
end

#num_edges::Integer

Returns the value of attribute num_edges.

Returns:

  • (::Integer)


731
732
733
# File 'sig/types.rbs', line 731

def num_edges
  @num_edges
end

#num_node_labels::Integer

Returns the value of attribute num_node_labels.

Returns:

  • (::Integer)


732
733
734
# File 'sig/types.rbs', line 732

def num_node_labels
  @num_node_labels
end

#num_node_properties::Integer

Returns the value of attribute num_node_properties.

Returns:

  • (::Integer)


736
737
738
# File 'sig/types.rbs', line 736

def num_node_properties
  @num_node_properties
end

#num_nodes::Integer

Returns the value of attribute num_nodes.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def num_nodes
  @num_nodes
end

#total_edge_property_values::Integer

Returns the value of attribute total_edge_property_values.

Returns:

  • (::Integer)


741
742
743
# File 'sig/types.rbs', line 741

def total_edge_property_values
  @total_edge_property_values
end

#total_node_property_values::Integer

Returns the value of attribute total_node_property_values.

Returns:

  • (::Integer)


740
741
742
# File 'sig/types.rbs', line 740

def total_node_property_values
  @total_node_property_values
end