Class: Aws::Types::BatchPutGeofenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutGeofenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#entries ⇒ ::Array[Types::BatchPutGeofenceRequestEntry]
Returns the value of attribute entries.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
133 134 135 |
# File 'sig/types.rbs', line 133 def collection_name @collection_name end |
#entries ⇒ ::Array[Types::BatchPutGeofenceRequestEntry]
Returns the value of attribute entries.
134 135 136 |
# File 'sig/types.rbs', line 134 def entries @entries end |