Class: Aws::Types::PutGeofenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutGeofenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#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
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def collection_name @collection_name end |
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def geofence_id @geofence_id end |
#geofence_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute geofence_properties.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def geofence_properties @geofence_properties end |
#geometry ⇒ Types::GeofenceGeometry
Returns the value of attribute geometry.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def geometry @geometry end |