Class: Aws::GeoRoutes::Types::RouteRentalPlace
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRentalPlace
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Place details corresponding to the arrival or departure.
Constant Summary collapse
- SENSITIVE =
[:name, :original_position, :position, :type, :waypoint_index]
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].
-
#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.
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |
#name ⇒ String
The name of the place.
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |
#original_position ⇒ Array<Float>
Position provided in the request.
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |
#position ⇒ Array<Float>
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |
#station_details ⇒ Types::RouteStationDetails
Details about the station.
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |
#type ⇒ String
The type of the place.
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5562 class RouteRentalPlace < Struct.new( :access_point_details, :name, :original_position, :position, :station_details, :type, :waypoint_index) SENSITIVE = [:name, :original_position, :position, :type, :waypoint_index] include Aws::Structure end |