Class: Aws::GeoMaps::Types::GetSpritesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geomaps/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blobString

The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-geomaps/types.rb', line 307

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

#cache_controlString

Header that instructs caching configuration for the client.

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-geomaps/types.rb', line 307

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

#content_typeString

Header that represents the format of the response. The response returns the following as the HTTP body.

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-geomaps/types.rb', line 307

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

#etagString

The sprite’s Etag.

Returns:

  • (String)


307
308
309
310
311
312
313
314
# File 'lib/aws-sdk-geomaps/types.rb', line 307

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