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)


2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2589

class ListModelManifestsResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::ModelManifestSummary>

A list of information about vehicle models.

Returns:



2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2589

class ListModelManifestsResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end