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)


5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'lib/aws-sdk-georoutes/types.rb', line 5162

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)


5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'lib/aws-sdk-georoutes/types.rb', line 5162

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)


5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'lib/aws-sdk-georoutes/types.rb', line 5162

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)


5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'lib/aws-sdk-georoutes/types.rb', line 5162

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

#typeString

Type of the incident.

Returns:

  • (String)


5162
5163
5164
5165
5166
5167
5168
5169
5170
# File 'lib/aws-sdk-georoutes/types.rb', line 5162

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