Class: Aws::Types::BatchPutGeofenceSuccess
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutGeofenceSuccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
153 154 155 |
# File 'sig/types.rbs', line 153 def create_time @create_time end |
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def geofence_id @geofence_id end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
154 155 156 |
# File 'sig/types.rbs', line 154 def update_time @update_time end |