Class: Aws::Types::NodeCounts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#total_actuators ⇒ ::Integer

Returns the value of attribute total_actuators.

Returns:

  • (::Integer)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def total_actuators
  @total_actuators
end

#total_attributes ⇒ ::Integer

Returns the value of attribute total_attributes.

Returns:

  • (::Integer)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def total_attributes
  @total_attributes
end

#total_branches ⇒ ::Integer

Returns the value of attribute total_branches.

Returns:

  • (::Integer)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def total_branches
  @total_branches
end

#total_nodes ⇒ ::Integer

Returns the value of attribute total_nodes.

Returns:

  • (::Integer)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def total_nodes
  @total_nodes
end

#total_properties ⇒ ::Integer

Returns the value of attribute total_properties.

Returns:

  • (::Integer)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def total_properties
  @total_properties
end

#total_sensors ⇒ ::Integer

Returns the value of attribute total_sensors.

Returns:

  • (::Integer)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def total_sensors
  @total_sensors
end

#total_structs ⇒ ::Integer

Returns the value of attribute total_structs.

Returns:

  • (::Integer)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def total_structs
  @total_structs
end