Class: Aws::GeoRoutes::Types::RouteKeepStepDetails

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

Overview

Details that are specific to a Keep step.

Constant Summary collapse

SENSITIVE =
[:steering_direction, :turn_intensity]

Instance Attribute Summary collapse

Instance Attribute Details

#intersectionArray<Types::LocalizedString>

Name of the intersection, if applicable to the step.

Returns:



3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3301

class RouteKeepStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = [:steering_direction, :turn_intensity]
  include Aws::Structure
end

#steering_directionString

Steering direction for the step.

Returns:

  • (String)


3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3301

class RouteKeepStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = [:steering_direction, :turn_intensity]
  include Aws::Structure
end

#turn_angleFloat

Angle of the turn.

Returns:

  • (Float)


3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3301

class RouteKeepStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = [:steering_direction, :turn_intensity]
  include Aws::Structure
end

#turn_intensityString

Intensity of the turn.

Returns:

  • (String)


3301
3302
3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3301

class RouteKeepStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = [:steering_direction, :turn_intensity]
  include Aws::Structure
end