Class: Aws::GeoRoutes::Types::RouteContinueStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteContinueStepDetails
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details related to the continue step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intersection ⇒ Array<Types::LocalizedString>
Name of the intersection, if applicable to the step.
Instance Attribute Details
#intersection ⇒ Array<Types::LocalizedString>
Name of the intersection, if applicable to the step.
2719 2720 2721 2722 2723 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2719 class RouteContinueStepDetails < Struct.new( :intersection) SENSITIVE = [] include Aws::Structure end |