Class: Aws::LocationService::Types::GetMapSpritesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetMapSpritesResponse
- Defined in:
- gems/aws-sdk-locationservice/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.
3803 3804 3805 3806 3807 3808 3809 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3803 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.
3803 3804 3805 3806 3807 3808 3809 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3803 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.
3803 3804 3805 3806 3807 3808 3809 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3803 class GetMapSpritesResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end |