Class: Aws::Types::RouteMatrixEntry
- Inherits:
-
Object
- Object
- Aws::Types::RouteMatrixEntry
- 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.
-
#error ⇒ Types::RouteMatrixEntryError
Returns the value of attribute error.
Instance Attribute Details
#distance ⇒ ::Float
Returns the value of attribute distance.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def distance @distance end |
#duration_seconds ⇒ ::Float
Returns the value of attribute duration_seconds.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def duration_seconds @duration_seconds end |
#error ⇒ Types::RouteMatrixEntryError
Returns the value of attribute error.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def error @error end |