Class: Aws::Types::CalculateRouteMatrixSummary
- Inherits:
-
Object
- Object
- Aws::Types::CalculateRouteMatrixSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
-
#route_count ⇒ ::Integer
Returns the value of attribute route_count.
Instance Attribute Details
#data_source ⇒ ::String
Returns the value of attribute data_source.
205 206 207 |
# File 'sig/types.rbs', line 205 def data_source @data_source end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
208 209 210 |
# File 'sig/types.rbs', line 208 def distance_unit @distance_unit end |
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
207 208 209 |
# File 'sig/types.rbs', line 207 def error_count @error_count end |
#route_count ⇒ ::Integer
Returns the value of attribute route_count.
206 207 208 |
# File 'sig/types.rbs', line 206 def route_count @route_count end |