Class: Aws::GeoRoutes::Types::RouteRoundaboutExitStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRoundaboutExitStepDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details about the roundabout step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intersection ⇒ Array<Types::LocalizedString>
Name of the intersection, if applicable to the step.
-
#relative_exit ⇒ Integer
Exit to be taken.
-
#roundabout_angle ⇒ Float
Angle of the roundabout.
-
#steering_direction ⇒ String
Steering direction for the step.
Instance Attribute Details
#intersection ⇒ Array<Types::LocalizedString>
Name of the intersection, if applicable to the step.
4257 4258 4259 4260 4261 4262 4263 4264 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4257 class RouteRoundaboutExitStepDetails < Struct.new( :intersection, :relative_exit, :roundabout_angle, :steering_direction) SENSITIVE = [] include Aws::Structure end |
#relative_exit ⇒ Integer
Exit to be taken.
4257 4258 4259 4260 4261 4262 4263 4264 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4257 class RouteRoundaboutExitStepDetails < Struct.new( :intersection, :relative_exit, :roundabout_angle, :steering_direction) SENSITIVE = [] include Aws::Structure end |
#roundabout_angle ⇒ Float
Angle of the roundabout.
4257 4258 4259 4260 4261 4262 4263 4264 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4257 class RouteRoundaboutExitStepDetails < Struct.new( :intersection, :relative_exit, :roundabout_angle, :steering_direction) SENSITIVE = [] include Aws::Structure end |
#steering_direction ⇒ String
Steering direction for the step.
4257 4258 4259 4260 4261 4262 4263 4264 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4257 class RouteRoundaboutExitStepDetails < Struct.new( :intersection, :relative_exit, :roundabout_angle, :steering_direction) SENSITIVE = [] include Aws::Structure end |