Class: Aws::GeoRoutes::Types::RouteContinueStepDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#intersectionArray<Types::LocalizedString>

Name of the intersection, if applicable to the step.

Returns:



2144
2145
2146
2147
2148
# File 'lib/aws-sdk-georoutes/types.rb', line 2144

class RouteContinueStepDetails < Struct.new(
  :intersection)
  SENSITIVE = []
  include Aws::Structure
end