Class: Aws::Types::NodeStructure

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


691
692
693
# File 'sig/types.rbs', line 691

def node_properties
  @node_properties
end