Class: Aws::Types::ForecastGeofenceEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ForecastGeofenceEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#forecasted_events ⇒ ::Array[Types::ForecastedEvent]
Returns the value of attribute forecasted_events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#speed_unit ⇒ "KilometersPerHour", "MilesPerHour"
Returns the value of attribute speed_unit.
Instance Attribute Details
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
609 610 611 |
# File 'sig/types.rbs', line 609 def distance_unit @distance_unit end |
#forecasted_events ⇒ ::Array[Types::ForecastedEvent]
Returns the value of attribute forecasted_events.
607 608 609 |
# File 'sig/types.rbs', line 607 def forecasted_events @forecasted_events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
608 609 610 |
# File 'sig/types.rbs', line 608 def next_token @next_token end |
#speed_unit ⇒ "KilometersPerHour", "MilesPerHour"
Returns the value of attribute speed_unit.
610 611 612 |
# File 'sig/types.rbs', line 610 def speed_unit @speed_unit end |