Class: Aws::GeoRoutes::Types::RouteFerryPlace
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryPlace
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Position provided in the request.
Constant Summary collapse
- SENSITIVE =
[:original_position, :position]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the place.
-
#original_position ⇒ Array<Float>
Position provided in the request.
-
#position ⇒ Array<Float>
Position defined as
[longitude, latitude]
. -
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
Instance Attribute Details
#name ⇒ String
The name of the place.
2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2558 class RouteFerryPlace < Struct.new( :name, :original_position, :position, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#original_position ⇒ Array<Float>
Position provided in the request.
2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2558 class RouteFerryPlace < Struct.new( :name, :original_position, :position, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#position ⇒ Array<Float>
Position defined as [longitude, latitude]
.
2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2558 class RouteFerryPlace < Struct.new( :name, :original_position, :position, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2558 class RouteFerryPlace < Struct.new( :name, :original_position, :position, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |