Class: Aws::Types::PutGeofenceResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutGeofenceResponse
- 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.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def create_time @create_time end |
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def geofence_id @geofence_id end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def update_time @update_time end |