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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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)


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

#vehiclesArray<String>

A list of vehicles associated with the fleet.

Returns:

  • (Array<String>)


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