Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::LocationService::Types::UpdateMapRequest

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

#configuration_updateTypes::MapConfigurationUpdate

Updates the parts of the map configuration that can be updated, including the political view.


6736
6737
6738
6739
6740
6741
6742
6743
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6736

class UpdateMapRequest < Struct.new(
  :map_name,
  :pricing_plan,
  :description,
  :configuration_update)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Updates the description for the map resource.

Returns:

  • (String)

6736
6737
6738
6739
6740
6741
6742
6743
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6736

class UpdateMapRequest < Struct.new(
  :map_name,
  :pricing_plan,
  :description,
  :configuration_update)
  SENSITIVE = []
  include Aws::Structure
end

#map_nameString

The name of the map resource to update.

Returns:

  • (String)

6736
6737
6738
6739
6740
6741
6742
6743
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6736

class UpdateMapRequest < Struct.new(
  :map_name,
  :pricing_plan,
  :description,
  :configuration_update)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

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

Returns:

  • (String)

6736
6737
6738
6739
6740
6741
6742
6743
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6736

class UpdateMapRequest < Struct.new(
  :map_name,
  :pricing_plan,
  :description,
  :configuration_update)
  SENSITIVE = []
  include Aws::Structure
end