Class: Aws::IoTFleetWise::Types::ListVehiclesInFleetResponse

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)


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

#vehiclesArray<String>

A list of vehicles associated with the fleet.

Returns:

  • (Array<String>)


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