Class: Aws::IoTFleetWise::Types::CanInterface

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

A single controller area network (CAN) device interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The unique name of the interface.

Returns:

  • (String)


372
373
374
375
376
377
378
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 372

class CanInterface < Struct.new(
  :name,
  :protocol_name,
  :protocol_version)
  SENSITIVE = []
  include Aws::Structure
end

#protocol_nameString

The name of the communication protocol for the interface.

Returns:

  • (String)


372
373
374
375
376
377
378
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 372

class CanInterface < Struct.new(
  :name,
  :protocol_name,
  :protocol_version)
  SENSITIVE = []
  include Aws::Structure
end

#protocol_versionString

The version of the communication protocol for the interface.

Returns:

  • (String)


372
373
374
375
376
377
378
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 372

class CanInterface < Struct.new(
  :name,
  :protocol_name,
  :protocol_version)
  SENSITIVE = []
  include Aws::Structure
end