Class: Aws::GeoRoutes::Types::RouteVehiclePlace
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehiclePlace
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Place details corresponding to the arrival or departure.
Constant Summary collapse
- SENSITIVE =
[:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
Instance Attribute Summary collapse
-
#access_point_details ⇒ Types::RouteAccessPointDetails
Details of the access point.
-
#name ⇒ String
The name of the place.
-
#original_position ⇒ Array<Float>
Position provided in the request.
-
#position ⇒ Array<Float>
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
-
#side_of_street ⇒ String
Options to configure matching the provided position to a side of the street.
-
#station_details ⇒ Types::RouteStationDetails
Details about the station.
-
#type ⇒ String
The type of the place.
-
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
Instance Attribute Details
#access_point_details ⇒ Types::RouteAccessPointDetails
Details of the access point.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#name ⇒ String
The name of the place.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#original_position ⇒ Array<Float>
Position provided in the request.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#position ⇒ Array<Float>
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#side_of_street ⇒ String
Options to configure matching the provided position to a side of the street.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#station_details ⇒ Types::RouteStationDetails
Details about the station.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#type ⇒ String
The type of the place.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index, :access_point_details, :station_details, :type) SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type] include Aws::Structure end |