Class: Aws::LocationService::Types::GetMapTileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blobString

Contains Mapbox Vector Tile (MVT) data.

Returns:

  • (String)


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_controlString

The HTTP Cache-Control directive for the value.

Returns:

  • (String)


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_typeString

The map tile's content type. For example, application/vnd.mapbox-vector-tile.

Returns:

  • (String)


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