Class: Aws::LocationService::Types::GetMapTileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::GetMapTileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blob  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains Mapbox Vector Tile (MVT) data.
 - 
  
    
      #cache_control  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP Cache-Control directive for the value.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The map tile’s content type.
 
Instance Attribute Details
#blob ⇒ String
Contains Mapbox Vector Tile (MVT) data.
      3728 3729 3730 3731 3732 3733 3734  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3728 class GetMapTileResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  | 
  
#cache_control ⇒ String
The HTTP Cache-Control directive for the value.
      3728 3729 3730 3731 3732 3733 3734  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3728 class GetMapTileResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
The map tile’s content type. For example, ‘application/vnd.mapbox-vector-tile`.
      3728 3729 3730 3731 3732 3733 3734  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3728 class GetMapTileResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  |