Class: Aws::IoTFleetWise::Types::ListModelManifestsResponse

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)


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

#summariesArray<Types::ModelManifestSummary>

A list of information about vehicle models.

Returns:



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