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.



6417
6418
6419
6420
6421
6422
6423
6424
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6417

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

#descriptionString

Updates the description for the map resource.

Returns:

  • (String)


6417
6418
6419
6420
6421
6422
6423
6424
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6417

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

#map_nameString

The name of the map resource to update.

Returns:

  • (String)


6417
6418
6419
6420
6421
6422
6423
6424
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6417

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

#pricing_planString

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

Returns:

  • (String)


6417
6418
6419
6420
6421
6422
6423
6424
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6417

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