Class: Aws::LocationService::Types::GetMapSpritesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::GetMapSpritesResponse
 
 
- 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 sprite sheet or JSON offset file.
 - 
  
    
      #cache_control  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP Cache-Control directive for the value.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The content type of the sprite sheet and offsets.
 
Instance Attribute Details
#blob ⇒ String
Contains the body of the sprite sheet or JSON offset file.
      3625 3626 3627 3628 3629 3630 3631  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3625 class GetMapSpritesResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  | 
  
#cache_control ⇒ String
The HTTP Cache-Control directive for the value.
      3625 3626 3627 3628 3629 3630 3631  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3625 class GetMapSpritesResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
The content type of the sprite sheet and offsets. For example, the sprite sheet content type is ‘image/png`, and the sprite offset JSON document is `application/json`.
      3625 3626 3627 3628 3629 3630 3631  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 3625 class GetMapSpritesResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end  |