Class: Aws::IoTFleetWise::Types::ListVehiclesResponse

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)


2779
2780
2781
2782
2783
2784
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2779

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

#vehicle_summariesArray<Types::VehicleSummary>

A list of vehicles and information about them.

Returns:



2779
2780
2781
2782
2783
2784
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2779

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