Class: Aws::Types::ForecastGeofenceEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ForecastGeofenceEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#device_state ⇒ Types::ForecastGeofenceEventsDeviceState
Returns the value of attribute device_state.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#speed_unit ⇒ "KilometersPerHour", "MilesPerHour"
Returns the value of attribute speed_unit.
-
#time_horizon_minutes ⇒ ::Float
Returns the value of attribute time_horizon_minutes.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
596 597 598 |
# File 'sig/types.rbs', line 596 def collection_name @collection_name end |
#device_state ⇒ Types::ForecastGeofenceEventsDeviceState
Returns the value of attribute device_state.
597 598 599 |
# File 'sig/types.rbs', line 597 def device_state @device_state end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
599 600 601 |
# File 'sig/types.rbs', line 599 def distance_unit @distance_unit end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
602 603 604 |
# File 'sig/types.rbs', line 602 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
601 602 603 |
# File 'sig/types.rbs', line 601 def next_token @next_token end |
#speed_unit ⇒ "KilometersPerHour", "MilesPerHour"
Returns the value of attribute speed_unit.
600 601 602 |
# File 'sig/types.rbs', line 600 def speed_unit @speed_unit end |
#time_horizon_minutes ⇒ ::Float
Returns the value of attribute time_horizon_minutes.
598 599 600 |
# File 'sig/types.rbs', line 598 def time_horizon_minutes @time_horizon_minutes end |