Class: Aws::IoTFleetWise::Types::ListVehiclesInFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListVehiclesInFleetResponse
- 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.
-
#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.
3201 3202 3203 3204 3205 3206 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3201 class ListVehiclesInFleetResponse < Struct.new( :vehicles, :next_token) SENSITIVE = [] include Aws::Structure end |
#vehicles ⇒ Array<String>
A list of vehicles associated with the fleet.
3201 3202 3203 3204 3205 3206 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3201 class ListVehiclesInFleetResponse < Struct.new( :vehicles, :next_token) SENSITIVE = [] include Aws::Structure end |