Class: Aws::GeoRoutes::Types::RouteVehicleNoticeDetail

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

Overview

Additional details of the notice.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#titleString

The notice title.

Returns:

  • (String)


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_constraintsTypes::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