Class: Aws::Types::ForecastedEvent
- Inherits:
-
Object
- Object
- Aws::Types::ForecastedEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ "ENTER", ...
Returns the value of attribute event_type.
-
#forecasted_breach_time ⇒ ::Time
Returns the value of attribute forecasted_breach_time.
-
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
-
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
-
#is_device_in_geofence ⇒ Boolean
Returns the value of attribute is_device_in_geofence.
-
#nearest_distance ⇒ ::Float
Returns the value of attribute nearest_distance.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
615 616 617 |
# File 'sig/types.rbs', line 615 def event_id @event_id end |
#event_type ⇒ "ENTER", ...
Returns the value of attribute event_type.
619 620 621 |
# File 'sig/types.rbs', line 619 def event_type @event_type end |
#forecasted_breach_time ⇒ ::Time
Returns the value of attribute forecasted_breach_time.
620 621 622 |
# File 'sig/types.rbs', line 620 def forecasted_breach_time @forecasted_breach_time end |
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
616 617 618 |
# File 'sig/types.rbs', line 616 def geofence_id @geofence_id end |
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
621 622 623 |
# File 'sig/types.rbs', line 621 def geofence_properties @geofence_properties end |
#is_device_in_geofence ⇒ Boolean
Returns the value of attribute is_device_in_geofence.
617 618 619 |
# File 'sig/types.rbs', line 617 def is_device_in_geofence @is_device_in_geofence end |
#nearest_distance ⇒ ::Float
Returns the value of attribute nearest_distance.
618 619 620 |
# File 'sig/types.rbs', line 618 def nearest_distance @nearest_distance end |