Class: Aws::Types::GraphDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::GraphDataSummary
- 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.
404 405 406 |
# File 'sig/types.rbs', line 404 def edge_labels @edge_labels end |
#edge_properties ⇒ ::Array[::Hash[::String, ::Integer]]
Returns the value of attribute edge_properties.
408 409 410 |
# File 'sig/types.rbs', line 408 def edge_properties @edge_properties end |
#edge_structures ⇒ ::Array[Types::EdgeStructure]
Returns the value of attribute edge_structures.
412 413 414 |
# File 'sig/types.rbs', line 412 def edge_structures @edge_structures end |
#node_labels ⇒ ::Array[::String]
Returns the value of attribute node_labels.
403 404 405 |
# File 'sig/types.rbs', line 403 def node_labels @node_labels end |
#node_properties ⇒ ::Array[::Hash[::String, ::Integer]]
Returns the value of attribute node_properties.
407 408 409 |
# File 'sig/types.rbs', line 407 def node_properties @node_properties end |
#node_structures ⇒ ::Array[Types::NodeStructure]
Returns the value of attribute node_structures.
411 412 413 |
# File 'sig/types.rbs', line 411 def node_structures @node_structures end |
#num_edge_labels ⇒ ::Integer
Returns the value of attribute num_edge_labels.
402 403 404 |
# File 'sig/types.rbs', line 402 def num_edge_labels @num_edge_labels end |
#num_edge_properties ⇒ ::Integer
Returns the value of attribute num_edge_properties.
406 407 408 |
# File 'sig/types.rbs', line 406 def num_edge_properties @num_edge_properties end |
#num_edges ⇒ ::Integer
Returns the value of attribute num_edges.
400 401 402 |
# File 'sig/types.rbs', line 400 def num_edges @num_edges end |
#num_node_labels ⇒ ::Integer
Returns the value of attribute num_node_labels.
401 402 403 |
# File 'sig/types.rbs', line 401 def num_node_labels @num_node_labels end |
#num_node_properties ⇒ ::Integer
Returns the value of attribute num_node_properties.
405 406 407 |
# File 'sig/types.rbs', line 405 def num_node_properties @num_node_properties end |
#num_nodes ⇒ ::Integer
Returns the value of attribute num_nodes.
399 400 401 |
# File 'sig/types.rbs', line 399 def num_nodes @num_nodes end |
#total_edge_property_values ⇒ ::Integer
Returns the value of attribute total_edge_property_values.
410 411 412 |
# File 'sig/types.rbs', line 410 def total_edge_property_values @total_edge_property_values end |
#total_node_property_values ⇒ ::Integer
Returns the value of attribute total_node_property_values.
409 410 411 |
# File 'sig/types.rbs', line 409 def total_node_property_values @total_node_property_values end |