Class: Aws::GeoRoutes::Types::RouteFerryPlace

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

Instance Attribute Details

#nameString

The name of the place.

Returns:

  • (String)


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

Position provided in the request.

Returns:

  • (Array<Float>)


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

#positionArray<Float>

Position defined as [longitude, latitude].

Returns:

  • (Array<Float>)


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_indexInteger

Index of the waypoint in the request.

Returns:

  • (Integer)


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