Class: Aws::LocationService::Types::GetMapSpritesResponse

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 the body of the sprite sheet or JSON offset file.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3379

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

#cache_controlString

The HTTP Cache-Control directive for the value.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3379

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

#content_typeString

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.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3379

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