Class: Aws::LocationService::Types::UpdateGeofenceCollectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_nameString

The name of the geofence collection to update.

Returns:

  • (String)


6272
6273
6274
6275
6276
6277
6278
6279
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6272

class UpdateGeofenceCollectionRequest < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Updates the description for the geofence collection.

Returns:

  • (String)


6272
6273
6274
6275
6276
6277
6278
6279
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6272

class UpdateGeofenceCollectionRequest < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. If included, the only allowed value is RequestBasedUsage.

Returns:

  • (String)


6272
6273
6274
6275
6276
6277
6278
6279
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6272

class UpdateGeofenceCollectionRequest < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_data_sourceString

This parameter is no longer used.

Returns:

  • (String)


6272
6273
6274
6275
6276
6277
6278
6279
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6272

class UpdateGeofenceCollectionRequest < Struct.new(
  :collection_name,
  :description,
  :pricing_plan,
  :pricing_plan_data_source)
  SENSITIVE = []
  include Aws::Structure
end