Class: Aws::IoTFleetWise::Types::ListFleetsForVehicleResponse

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

#fleetsArray<String>

A list of fleet IDs that the vehicle is associated with.

Returns:

  • (Array<String>)


2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2467

class ListFleetsForVehicleResponse < Struct.new(
  :fleets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2467

class ListFleetsForVehicleResponse < Struct.new(
  :fleets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end