Class: Aws::LocationService::Types::UpdateGeofenceCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdateGeofenceCollectionRequest
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_name ⇒ String
The name of the geofence collection to update.
-
#description ⇒ String
Updates the description for the geofence collection.
-
#pricing_plan ⇒ String
No longer used.
-
#pricing_plan_data_source ⇒ String
This parameter is no longer used.
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection to update.
6719 6720 6721 6722 6723 6724 6725 6726 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6719 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Updates the description for the geofence collection.
6719 6720 6721 6722 6723 6724 6725 6726 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6719 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. If included, the only allowed value is
RequestBasedUsage
.
6719 6720 6721 6722 6723 6724 6725 6726 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6719 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end |
#pricing_plan_data_source ⇒ String
This parameter is no longer used.
6719 6720 6721 6722 6723 6724 6725 6726 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6719 class UpdateGeofenceCollectionRequest < Struct.new( :collection_name, :pricing_plan, :pricing_plan_data_source, :description) SENSITIVE = [] include Aws::Structure end |