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

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

Overview

Additional details of the notice.

Constant Summary collapse

SENSITIVE =
[:title]

Instance Attribute Summary collapse

Instance Attribute Details

#titleString

The notice title.

Returns:

  • (String)


6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6070

class RouteVehicleNoticeDetail < Struct.new(
  :title,
  :violated_constraints)
  SENSITIVE = [:title]
  include Aws::Structure
end

#violated_constraintsTypes::RouteViolatedConstraints

Any violated constraints.



6070
6071
6072
6073
6074
6075
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6070

class RouteVehicleNoticeDetail < Struct.new(
  :title,
  :violated_constraints)
  SENSITIVE = [:title]
  include Aws::Structure
end