Class: Aws::IoTFleetWise::Types::ListDecoderManifestSignalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListDecoderManifestSignalsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
-
#signal_decoders ⇒ Array<Types::SignalDecoder>
Information about a list of signals to decode.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
2816 2817 2818 2819 2820 2821 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2816 class ListDecoderManifestSignalsResponse < Struct.new( :signal_decoders, :next_token) SENSITIVE = [] include Aws::Structure end |
#signal_decoders ⇒ Array<Types::SignalDecoder>
Information about a list of signals to decode.
2816 2817 2818 2819 2820 2821 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2816 class ListDecoderManifestSignalsResponse < Struct.new( :signal_decoders, :next_token) SENSITIVE = [] include Aws::Structure end |