Class: Aws::Types::CreateGeofenceCollectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGeofenceCollectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
282 283 284 |
# File 'sig/types.rbs', line 282 def collection_name @collection_name end |
#description ⇒ ::String
Returns the value of attribute description.
285 286 287 |
# File 'sig/types.rbs', line 285 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def kms_key_id @kms_key_id end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
283 284 285 |
# File 'sig/types.rbs', line 283 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
284 285 286 |
# File 'sig/types.rbs', line 284 def pricing_plan_data_source @pricing_plan_data_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
286 287 288 |
# File 'sig/types.rbs', line 286 def @tags end |