class Aws::LocationService::Types::UpdateMapRequest

@note When making an API call, you may pass UpdateMapRequest

data as a hash:

    {
      description: "ResourceDescription",
      map_name: "ResourceName", # required
      pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
    }

@!attribute [rw] description

Updates the description for the map resource.
@return [String]

@!attribute [rw] map_name

The name of the map resource to update.
@return [String]

@!attribute [rw] pricing_plan

Updates the pricing plan for the map resource.

For more information about each pricing plan option restrictions,
see [Amazon Location Service pricing][1].

[1]: https://aws.amazon.com/location/pricing/
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/UpdateMapRequest AWS API Documentation

Constants

SENSITIVE