Class: Aws::Types::BatchEvaluateGeofencesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchEvaluateGeofencesError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
85 86 87 |
# File 'sig/types.rbs', line 85 def device_id @device_id end |
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
87 88 89 |
# File 'sig/types.rbs', line 87 def error @error end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
86 87 88 |
# File 'sig/types.rbs', line 86 def sample_time @sample_time end |