Class: Aws::IoTFleetWise::Types::NetworkFileDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::NetworkFileDefinition
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Note:
NetworkFileDefinition is a union - when making an API calls you must set exactly one of the members.
Specifications for defining a vehicle network.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_dbc ⇒ Types::CanDbcDefinition
Information, including CAN DBC files, about the configurations used to create a decoder manifest.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#can_dbc ⇒ Types::CanDbcDefinition
Information, including CAN DBC files, about the configurations used to create a decoder manifest.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3394 class NetworkFileDefinition < Struct.new( :can_dbc, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class CanDbc < NetworkFileDefinition; end class Unknown < NetworkFileDefinition; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
3394 3395 3396 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3394 def unknown @unknown end |