Class: Aws::IoTFleetWise::Types::VehicleStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

Information about the state of a vehicle and how it relates to the status of a campaign.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_nameString

The name of a campaign.

Returns:

  • (String)


4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4297

class VehicleStatus < Struct.new(
  :campaign_name,
  :vehicle_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of a vehicle, which can be one of the following:

  • CREATED - Amazon Web Services IoT FleetWise sucessfully created the vehicle.

  • READY - The vehicle is ready to receive a campaign deployment.

  • HEALTHY - A campaign deployment was delivered to the vehicle.

  • SUSPENDED - A campaign associated with the vehicle was suspended and data collection was paused.

  • DELETING - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.

Returns:

  • (String)


4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4297

class VehicleStatus < Struct.new(
  :campaign_name,
  :vehicle_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#vehicle_nameString

The unique ID of the vehicle.

Returns:

  • (String)


4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4297

class VehicleStatus < Struct.new(
  :campaign_name,
  :vehicle_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end