Class: Aws::LocationService::Types::GetMapTileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetMapTileResponse
- Defined in:
- gems/aws-sdk-locationservice/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.
3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3855 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.
3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3855 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
.
3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3855 class GetMapTileResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end |