Class: Aws::Types::PropertygraphSummary
- Inherits:
-
Object
- Object
- Aws::Types::PropertygraphSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_labels ⇒ ::Array[::String]
Returns the value of attribute edge_labels.
-
#edge_properties ⇒ ::Array[::Hash[::String, ::Integer]]
Returns the value of attribute edge_properties.
-
#edge_structures ⇒ ::Array[Types::EdgeStructure]
Returns the value of attribute edge_structures.
-
#node_labels ⇒ ::Array[::String]
Returns the value of attribute node_labels.
-
#node_properties ⇒ ::Array[::Hash[::String, ::Integer]]
Returns the value of attribute node_properties.
-
#node_structures ⇒ ::Array[Types::NodeStructure]
Returns the value of attribute node_structures.
-
#num_edge_labels ⇒ ::Integer
Returns the value of attribute num_edge_labels.
-
#num_edge_properties ⇒ ::Integer
Returns the value of attribute num_edge_properties.
-
#num_edges ⇒ ::Integer
Returns the value of attribute num_edges.
-
#num_node_labels ⇒ ::Integer
Returns the value of attribute num_node_labels.
-
#num_node_properties ⇒ ::Integer
Returns the value of attribute num_node_properties.
-
#num_nodes ⇒ ::Integer
Returns the value of attribute num_nodes.
-
#total_edge_property_values ⇒ ::Integer
Returns the value of attribute total_edge_property_values.
-
#total_node_property_values ⇒ ::Integer
Returns the value of attribute total_node_property_values.
Instance Attribute Details
#edge_labels ⇒ ::Array[::String]
Returns the value of attribute edge_labels.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
740 741 742 |
# File 'sig/types.rbs', line 740 def total_node_property_values @total_node_property_values end |