Class: Aws::LocationService::Types::GetMapStyleDescriptorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::GetMapStyleDescriptorRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:key]
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The optional [API key] to authorize the request.
 - 
  
    
      #map_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The map resource to retrieve the style descriptor from.
 
Instance Attribute Details
#key ⇒ String
The optional [API key] to authorize the request.
[1]: docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
      3647 3648 3649 3650 3651 3652  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3647 class GetMapStyleDescriptorRequest < Struct.new( :map_name, :key) SENSITIVE = [:key] include Aws::Structure end  | 
  
#map_name ⇒ String
The map resource to retrieve the style descriptor from.
      3647 3648 3649 3650 3651 3652  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3647 class GetMapStyleDescriptorRequest < Struct.new( :map_name, :key) SENSITIVE = [:key] include Aws::Structure end  |