Class: Aws::IoTFleetWise::Types::GetVehicleStatusResponse

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

#campaignsArray<Types::VehicleStatus>

Lists information about the state of the vehicle with deployed campaigns.

Returns:



1999
2000
2001
2002
2003
2004
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1999

class GetVehicleStatusResponse < Struct.new(
  :campaigns,
  :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)


1999
2000
2001
2002
2003
2004
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1999

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