Class: Aws::GeoRoutes::Types::RouteVehicleIncident
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleIncident
- 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
-
#description ⇒ String
Brief readable description of the incident.
-
#end_time ⇒ String
End timestamp of the incident.
-
#severity ⇒ String
Severity of the incident Critical - The part of the route the incident affects is unusable.
-
#start_time ⇒ String
Start time of the incident.
-
#type ⇒ String
Type of the incident.
Instance Attribute Details
#description ⇒ String
Brief readable description of the incident.
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_time ⇒ String
End timestamp of the incident.
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 |
#severity ⇒ String
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
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_time ⇒ String
Start time of the incident.
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 |
#type ⇒ String
Type of the incident.
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 |