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
nullif 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.
3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3060 class ListModelManifestsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::ModelManifestSummary>
A list of information about vehicle models.
3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3060 class ListModelManifestsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |