Class: Aws::Types::Leg

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:start_position, :end_position, :distance, :duration_seconds])

Instance Attribute Summary collapse

Instance Attribute Details

#distance::Float

Returns the value of attribute distance.

Returns:

  • (::Float)


819
820
821
# File 'sig/types.rbs', line 819

def distance
  @distance
end

#duration_seconds::Float

Returns the value of attribute duration_seconds.

Returns:

  • (::Float)


820
821
822
# File 'sig/types.rbs', line 820

def duration_seconds
  @duration_seconds
end

#end_position::Array[::Float]

Returns the value of attribute end_position.

Returns:

  • (::Array[::Float])


818
819
820
# File 'sig/types.rbs', line 818

def end_position
  @end_position
end

#geometryTypes::LegGeometry

Returns the value of attribute geometry.

Returns:



821
822
823
# File 'sig/types.rbs', line 821

def geometry
  @geometry
end

#start_position::Array[::Float]

Returns the value of attribute start_position.

Returns:

  • (::Array[::Float])


817
818
819
# File 'sig/types.rbs', line 817

def start_position
  @start_position
end

#steps::Array[Types::Step]

Returns the value of attribute steps.

Returns:



822
823
824
# File 'sig/types.rbs', line 822

def steps
  @steps
end