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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6591
6592
6593
6594
6595
6596
6597
6598
# File 'lib/aws-sdk-locationservice/types.rb', line 6591

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

#descriptionString

Updates the description for the geofence collection.

Returns:

  • (String)


6591
6592
6593
6594
6595
6596
6597
6598
# File 'lib/aws-sdk-locationservice/types.rb', line 6591

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

#pricing_planString

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

Returns:

  • (String)


6591
6592
6593
6594
6595
6596
6597
6598
# File 'lib/aws-sdk-locationservice/types.rb', line 6591

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

#pricing_plan_data_sourceString

This parameter is no longer used.

Returns:

  • (String)


6591
6592
6593
6594
6595
6596
6597
6598
# File 'lib/aws-sdk-locationservice/types.rb', line 6591

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