Class: Aws::IoTFleetWise::Types::ListModelManifestsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListModelManifestsResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/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::ModelManifestSummary>
A list of information about vehicle models.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or null
if there
are no more results.
3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3023 class ListModelManifestsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::ModelManifestSummary>
A list of information about vehicle models.
3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3023 class ListModelManifestsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |