Class: Aws::Types::ForecastedEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:forecasted_breach_time, :geofence_properties])

Instance Attribute Summary collapse

Instance Attribute Details

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


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.

Returns:

  • ("ENTER", "EXIT", "IDLE")


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


621
622
623
# File 'sig/types.rbs', line 621

def geofence_properties
  @geofence_properties
end

#is_device_in_geofenceBoolean

Returns the value of attribute is_device_in_geofence.

Returns:

  • (Boolean)


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.

Returns:

  • (::Float)


618
619
620
# File 'sig/types.rbs', line 618

def nearest_distance
  @nearest_distance
end