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.
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_summaries ⇒ Array<Types::VehicleSummary>
A list of vehicles and information about them.
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 |