Class: Aws::Types::NodeStructure
- Inherits:
-
Object
- Object
- Aws::Types::NodeStructure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#distinct_outgoing_edge_labels ⇒ ::Array[::String]
Returns the value of attribute distinct_outgoing_edge_labels.
-
#node_properties ⇒ ::Array[::String]
Returns the value of attribute node_properties.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
690 691 692 |
# File 'sig/types.rbs', line 690 def count @count end |
#distinct_outgoing_edge_labels ⇒ ::Array[::String]
Returns the value of attribute distinct_outgoing_edge_labels.
692 693 694 |
# File 'sig/types.rbs', line 692 def distinct_outgoing_edge_labels @distinct_outgoing_edge_labels end |
#node_properties ⇒ ::Array[::String]
Returns the value of attribute node_properties.
691 692 693 |
# File 'sig/types.rbs', line 691 def node_properties @node_properties end |