Class: Aws::LocationService::Types::UpdateMapRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LocationService::Types::UpdateMapRequest
 
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configuration_update  ⇒ Types::MapConfigurationUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Updates the parts of the map configuration that can be updated, including the political view. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Updates the description for the map resource. 
- 
  
    
      #map_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the map resource to update. 
- 
  
    
      #pricing_plan  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    No longer used. 
Instance Attribute Details
#configuration_update ⇒ Types::MapConfigurationUpdate
Updates the parts of the map configuration that can be updated, including the political view.
| 6915 6916 6917 6918 6919 6920 6921 6922 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6915 class UpdateMapRequest < Struct.new( :map_name, :pricing_plan, :description, :configuration_update) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
Updates the description for the map resource.
| 6915 6916 6917 6918 6919 6920 6921 6922 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6915 class UpdateMapRequest < Struct.new( :map_name, :pricing_plan, :description, :configuration_update) SENSITIVE = [] include Aws::Structure end | 
#map_name ⇒ String
The name of the map resource to update.
| 6915 6916 6917 6918 6919 6920 6921 6922 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6915 class UpdateMapRequest < Struct.new( :map_name, :pricing_plan, :description, :configuration_update) SENSITIVE = [] include Aws::Structure end | 
#pricing_plan ⇒ String
No longer used. If included, the only allowed value is
RequestBasedUsage.
| 6915 6916 6917 6918 6919 6920 6921 6922 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6915 class UpdateMapRequest < Struct.new( :map_name, :pricing_plan, :description, :configuration_update) SENSITIVE = [] include Aws::Structure end |