Class: Aws::Types::UpdateGeofenceCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGeofenceCollectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def collection_arn @collection_arn end |
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def collection_name @collection_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def update_time @update_time end |