Class: Aws::GeoRoutes::Types::RouteVehicleIncident

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Incidents corresponding to this leg of the route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Brief readable description of the incident.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
5182
# File 'lib/aws-sdk-georoutes/types.rb', line 5174

class RouteVehicleIncident < Struct.new(
  :description,
  :end_time,
  :severity,
  :start_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

End timestamp of the incident.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
5182
# File 'lib/aws-sdk-georoutes/types.rb', line 5174

class RouteVehicleIncident < Struct.new(
  :description,
  :end_time,
  :severity,
  :start_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

Severity of the incident Critical - The part of the route the incident affects is unusable. Major- Major impact on the leg duration, for example stop and go Minor- Minor impact on the leg duration, for example traffic jam Low - Low on duration, for example slightly increased traffic

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
5182
# File 'lib/aws-sdk-georoutes/types.rb', line 5174

class RouteVehicleIncident < Struct.new(
  :description,
  :end_time,
  :severity,
  :start_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

Start time of the incident.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
5182
# File 'lib/aws-sdk-georoutes/types.rb', line 5174

class RouteVehicleIncident < Struct.new(
  :description,
  :end_time,
  :severity,
  :start_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of the incident.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
5182
# File 'lib/aws-sdk-georoutes/types.rb', line 5174

class RouteVehicleIncident < Struct.new(
  :description,
  :end_time,
  :severity,
  :start_time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end