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)


3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3482

class GetMapTileResponse < Struct.new(
  :blob,
  :cache_control,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#cache_controlString

The HTTP Cache-Control directive for the value.

Returns:

  • (String)


3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3482

class GetMapTileResponse < Struct.new(
  :blob,
  :cache_control,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

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

Returns:

  • (String)


3482
3483
3484
3485
3486
3487
3488
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3482

class GetMapTileResponse < Struct.new(
  :blob,
  :cache_control,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end