Class: Aws::Types::ListGeofenceCollectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGeofenceCollectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::Array[Types::ListGeofenceCollectionsResponseEntry]
Returns the value of attribute entries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entries ⇒ ::Array[Types::ListGeofenceCollectionsResponseEntry]
Returns the value of attribute entries.
861 862 863 |
# File 'sig/types.rbs', line 861 def entries @entries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
862 863 864 |
# File 'sig/types.rbs', line 862 def next_token @next_token end |