Class: Aws::GeoRoutes::Types::RouteContinueStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteContinueStepDetails
- Includes:
- Structure
- Defined in:
- 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.
2144 2145 2146 2147 2148 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2144 class RouteContinueStepDetails < Struct.new( :intersection) SENSITIVE = [] include Aws::Structure end |