Class: Aws::IoTFleetWise::Types::ListDecoderManifestsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListDecoderManifestsResponse
- 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.
-
#summaries ⇒ Array<Types::DecoderManifestSummary>
A list of information about each decoder manifest.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
2859 2860 2861 2862 2863 2864 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2859 class ListDecoderManifestsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::DecoderManifestSummary>
A list of information about each decoder manifest.
2859 2860 2861 2862 2863 2864 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2859 class ListDecoderManifestsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |