Class: Aws::IoTFleetWise::Types::ListDecoderManifestSignalsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2382

class ListDecoderManifestSignalsResponse < Struct.new(
  :signal_decoders,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decodersArray<Types::SignalDecoder>

Information about a list of signals to decode.

Returns:



2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2382

class ListDecoderManifestSignalsResponse < Struct.new(
  :signal_decoders,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end