Class: Aws::GeoRoutes::Types::RouteEnterHighwayStepDetails

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

Overview

Details related to the enter highway 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:



2987
2988
2989
2990
2991
2992
2993
2994
# File 'lib/aws-sdk-georoutes/types.rb', line 2987

class RouteEnterHighwayStepDetails < 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)


2987
2988
2989
2990
2991
2992
2993
2994
# File 'lib/aws-sdk-georoutes/types.rb', line 2987

class RouteEnterHighwayStepDetails < 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)


2987
2988
2989
2990
2991
2992
2993
2994
# File 'lib/aws-sdk-georoutes/types.rb', line 2987

class RouteEnterHighwayStepDetails < 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)


2987
2988
2989
2990
2991
2992
2993
2994
# File 'lib/aws-sdk-georoutes/types.rb', line 2987

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