Class: Aws::Types::NodeCounts
- Inherits:
-
Object
- Object
- Aws::Types::NodeCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_actuators ⇒ ::Integer
Returns the value of attribute total_actuators.
-
#total_attributes ⇒ ::Integer
Returns the value of attribute total_attributes.
-
#total_branches ⇒ ::Integer
Returns the value of attribute total_branches.
-
#total_nodes ⇒ ::Integer
Returns the value of attribute total_nodes.
-
#total_properties ⇒ ::Integer
Returns the value of attribute total_properties.
-
#total_sensors ⇒ ::Integer
Returns the value of attribute total_sensors.
-
#total_structs ⇒ ::Integer
Returns the value of attribute total_structs.
Instance Attribute Details
#total_actuators ⇒ ::Integer
Returns the value of attribute total_actuators.
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.
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.
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.
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.
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.
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.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def total_structs @total_structs end |