Method: Aws::NeptuneGraph::Types::NodeStructure#node_properties
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#node_properties ⇒ Array<String>
Properties associated with this node.
2320 2321 2322 2323 2324 2325 2326 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2320 class NodeStructure < Struct.new( :count, :node_properties, :distinct_outgoing_edge_labels) SENSITIVE = [] include Aws::Structure end |