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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3278

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:



3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3278

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