Class: Aws::GeoRoutes::Types::RouteRampStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRampStepDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details that are specific to a ramp step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intersection ⇒ Array<Types::LocalizedString>
Name of the intersection, if applicable to the step.
-
#steering_direction ⇒ String
Steering direction for the step.
-
#turn_angle ⇒ Float
Angle of the turn.
-
#turn_intensity ⇒ String
Intensity of the turn.
Instance Attribute Details
#intersection ⇒ Array<Types::LocalizedString>
Name of the intersection, if applicable to the step.
4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4156 class RouteRampStepDetails < Struct.new( :intersection, :steering_direction, :turn_angle, :turn_intensity) SENSITIVE = [] include Aws::Structure end |
#steering_direction ⇒ String
Steering direction for the step.
4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4156 class RouteRampStepDetails < Struct.new( :intersection, :steering_direction, :turn_angle, :turn_intensity) SENSITIVE = [] include Aws::Structure end |
#turn_angle ⇒ Float
Angle of the turn.
4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4156 class RouteRampStepDetails < Struct.new( :intersection, :steering_direction, :turn_angle, :turn_intensity) SENSITIVE = [] include Aws::Structure end |
#turn_intensity ⇒ String
Intensity of the turn.
4156 4157 4158 4159 4160 4161 4162 4163 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4156 class RouteRampStepDetails < Struct.new( :intersection, :steering_direction, :turn_angle, :turn_intensity) SENSITIVE = [] include Aws::Structure end |