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.
574 575 576 |
# File 'sig/types.rbs', line 574 def count @count end |
#distinct_outgoing_edge_labels ⇒ ::Array[::String]
Returns the value of attribute distinct_outgoing_edge_labels.
576 577 578 |
# File 'sig/types.rbs', line 576 def distinct_outgoing_edge_labels @distinct_outgoing_edge_labels end |
#node_properties ⇒ ::Array[::String]
Returns the value of attribute node_properties.
575 576 577 |
# File 'sig/types.rbs', line 575 def node_properties @node_properties end |