Class: Aws::Types::UpdateGeofenceCollectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGeofenceCollectionRequest
- 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.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
-
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def collection_name @collection_name end |
#description ⇒ ::String
Returns the value of attribute description.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def description @description end |
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def pricing_plan @pricing_plan end |
#pricing_plan_data_source ⇒ ::String
Returns the value of attribute pricing_plan_data_source.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def pricing_plan_data_source @pricing_plan_data_source end |