Class: Aws::Types::Leg
- Inherits:
-
Object
- Object
- Aws::Types::Leg
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distance ⇒ ::Float
Returns the value of attribute distance.
-
#duration_seconds ⇒ ::Float
Returns the value of attribute duration_seconds.
-
#end_position ⇒ ::Array[::Float]
Returns the value of attribute end_position.
-
#geometry ⇒ Types::LegGeometry
Returns the value of attribute geometry.
-
#start_position ⇒ ::Array[::Float]
Returns the value of attribute start_position.
-
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
Instance Attribute Details
#distance ⇒ ::Float
Returns the value of attribute distance.
819 820 821 |
# File 'sig/types.rbs', line 819 def distance @distance end |
#duration_seconds ⇒ ::Float
Returns the value of attribute duration_seconds.
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.
818 819 820 |
# File 'sig/types.rbs', line 818 def end_position @end_position end |
#geometry ⇒ Types::LegGeometry
Returns the value of attribute geometry.
821 822 823 |
# File 'sig/types.rbs', line 821 def geometry @geometry end |
#start_position ⇒ ::Array[::Float]
Returns the value of attribute start_position.
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.
822 823 824 |
# File 'sig/types.rbs', line 822 def steps @steps end |