Class: Aws::IoTFleetWise::Types::ListVehiclesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListVehiclesResponse
- Includes:
- Structure
- Defined in:
- 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 ‘null` if there are no more results.
-
#vehicle_summaries ⇒ Array<Types::VehicleSummary>
A list of vehicles and information about them.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3329 class ListVehiclesResponse < Struct.new( :vehicle_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#vehicle_summaries ⇒ Array<Types::VehicleSummary>
A list of vehicles and information about them.
3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3329 class ListVehiclesResponse < Struct.new( :vehicle_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |