Class: Aws::Types::Step
- Inherits:
-
Object
- Object
- Aws::Types::Step
- 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_offset ⇒ ::Integer
Returns the value of attribute geometry_offset.
-
#start_position ⇒ ::Array[::Float]
Returns the value of attribute start_position.
Instance Attribute Details
#distance ⇒ ::Float
Returns the value of attribute distance.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def distance @distance end |
#duration_seconds ⇒ ::Float
Returns the value of attribute duration_seconds.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def duration_seconds @duration_seconds end |
#end_position ⇒ ::Array[::Float]
Returns the value of attribute end_position.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def end_position @end_position end |
#geometry_offset ⇒ ::Integer
Returns the value of attribute geometry_offset.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def geometry_offset @geometry_offset end |
#start_position ⇒ ::Array[::Float]
Returns the value of attribute start_position.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def start_position @start_position end |