Class: Aws::IoTFleetWise::Types::NodeCounts

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#total_actuatorsInteger

The total number of nodes in a vehicle network that represent actuators.

Returns:

  • (Integer)


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_attributesInteger

The total number of nodes in a vehicle network that represent attributes.

Returns:

  • (Integer)


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_branchesInteger

The total number of nodes in a vehicle network that represent branches.

Returns:

  • (Integer)


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_nodesInteger

The total number of nodes in a vehicle network.

Returns:

  • (Integer)


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_propertiesInteger

The total properties for the node.

Returns:

  • (Integer)


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_sensorsInteger

The total number of nodes in a vehicle network that represent sensors.

Returns:

  • (Integer)


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_structsInteger

The total structure for the node.

Returns:

  • (Integer)


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