Class: Aws::GeoRoutes::Types::RouteRentalPlace

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

Instance Attribute Details

#access_point_detailsTypes::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

#nameString

The name of the place.

Returns:

  • (String)


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_positionArray<Float>

Position provided in the request.

Returns:

  • (Array<Float>)


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

#positionArray<Float>

Position in World Geodetic System (WGS 84) format: [longitude, latitude].

Returns:

  • (Array<Float>)


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_detailsTypes::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

#typeString

The type of the place.

Returns:

  • (String)


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_indexInteger

Index of the waypoint in the request.

Returns:

  • (Integer)


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