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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

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)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3025

class NodeCounts < Struct.new(
  :total_nodes,
  :total_branches,
  :total_sensors,
  :total_attributes,
  :total_actuators,
  :total_structs,
  :total_properties)
  SENSITIVE = []
  include Aws::Structure
end