Class: Aws::Types::GraphDataSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edge_labels::Array[::String]

Returns the value of attribute edge_labels.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::Hash[::String, ::Integer]])


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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::Hash[::String, ::Integer]])


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


409
410
411
# File 'sig/types.rbs', line 409

def total_node_property_values
  @total_node_property_values
end