Class: Aws::GeoRoutes::Types::RouteVehicleNoticeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleNoticeDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Additional details of the notice.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#title ⇒ String
The notice title.
-
#violated_constraints ⇒ Types::RouteViolatedConstraints
Any violated constraints.
Instance Attribute Details
#title ⇒ String
The notice title.
5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5316 class RouteVehicleNoticeDetail < Struct.new( :title, :violated_constraints) SENSITIVE = [] include Aws::Structure end |
#violated_constraints ⇒ Types::RouteViolatedConstraints
Any violated constraints.
5316 5317 5318 5319 5320 5321 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5316 class RouteVehicleNoticeDetail < Struct.new( :title, :violated_constraints) SENSITIVE = [] include Aws::Structure end |