Class: Aws::LocationService::Types::GetMapStyleDescriptorResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::GetMapStyleDescriptorResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blob  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the body of the style descriptor.
 - 
  
    
      #cache_control  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP Cache-Control directive for the value.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The style descriptor’s content type.
 
Instance Attribute Details
#blob ⇒ String
Contains the body of the style descriptor.
      3669 3670 3671 3672 3673 3674 3675  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3669 class GetMapStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  | 
  
#cache_control ⇒ String
The HTTP Cache-Control directive for the value.
      3669 3670 3671 3672 3673 3674 3675  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3669 class GetMapStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
The style descriptor’s content type. For example, ‘application/json`.
      3669 3670 3671 3672 3673 3674 3675  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3669 class GetMapStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  |