Class: Aws::IoTFleetWise::Types::ListVehiclesInFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListVehiclesInFleetResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/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. -
#vehicles ⇒ Array<String>
A list of vehicles associated with the fleet.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or null
if there
are no more results.
2735 2736 2737 2738 2739 2740 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2735 class ListVehiclesInFleetResponse < Struct.new( :vehicles, :next_token) SENSITIVE = [] include Aws::Structure end |
#vehicles ⇒ Array<String>
A list of vehicles associated with the fleet.
2735 2736 2737 2738 2739 2740 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2735 class ListVehiclesInFleetResponse < Struct.new( :vehicles, :next_token) SENSITIVE = [] include Aws::Structure end |