Class: Aws::Types::BatchPutGeofenceRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutGeofenceRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
-
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
-
#geometry ⇒ Types::GeofenceGeometry
Returns the value of attribute geometry.
Instance Attribute Details
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def geofence_id @geofence_id end |
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
141 142 143 |
# File 'sig/types.rbs', line 141 def geofence_properties @geofence_properties end |
#geometry ⇒ Types::GeofenceGeometry
Returns the value of attribute geometry.
140 141 142 |
# File 'sig/types.rbs', line 140 def geometry @geometry end |