Class: Aws::IoTFleetWise::Types::GetVehicleStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetVehicleStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaigns ⇒ Array<Types::VehicleStatus>
Lists information about the state of the vehicle with deployed campaigns.
-
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
Instance Attribute Details
#campaigns ⇒ Array<Types::VehicleStatus>
Lists information about the state of the vehicle with deployed campaigns.
2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2433 class GetVehicleStatusResponse < Struct.new( :campaigns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2433 class GetVehicleStatusResponse < Struct.new( :campaigns, :next_token) SENSITIVE = [] include Aws::Structure end |