Class: Aws::Types::CreateGeofenceCollectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGeofenceCollectionResponse
- 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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
Instance Attribute Details
#collection_arn ⇒ ::String
Returns the value of attribute collection_arn.
293 294 295 |
# File 'sig/types.rbs', line 293 def collection_arn @collection_arn end |
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
292 293 294 |
# File 'sig/types.rbs', line 292 def collection_name @collection_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
294 295 296 |
# File 'sig/types.rbs', line 294 def create_time @create_time end |