Class: Aws::IoTFleetWise::Types::NodeCounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::NodeCounts
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about the number of nodes and node types in a vehicle network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total_actuators ⇒ Integer
The total number of nodes in a vehicle network that represent actuators.
-
#total_attributes ⇒ Integer
The total number of nodes in a vehicle network that represent attributes.
-
#total_branches ⇒ Integer
The total number of nodes in a vehicle network that represent branches.
-
#total_nodes ⇒ Integer
The total number of nodes in a vehicle network.
-
#total_properties ⇒ Integer
The total properties for the node.
-
#total_sensors ⇒ Integer
The total number of nodes in a vehicle network that represent sensors.
-
#total_structs ⇒ Integer
The total structure for the node.
Instance Attribute Details
#total_actuators ⇒ Integer
The total number of nodes in a vehicle network that represent actuators.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |
#total_attributes ⇒ Integer
The total number of nodes in a vehicle network that represent attributes.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |
#total_branches ⇒ Integer
The total number of nodes in a vehicle network that represent branches.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |
#total_nodes ⇒ Integer
The total number of nodes in a vehicle network.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |
#total_properties ⇒ Integer
The total properties for the node.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |
#total_sensors ⇒ Integer
The total number of nodes in a vehicle network that represent sensors.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |
#total_structs ⇒ Integer
The total structure for the node.
3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3563 class NodeCounts < Struct.new( :total_nodes, :total_branches, :total_sensors, :total_attributes, :total_actuators, :total_structs, :total_properties) SENSITIVE = [] include Aws::Structure end |