Class: Aws::GeoMaps::Types::GetSpritesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::GetSpritesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blob ⇒ String
The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
-
#cache_control ⇒ String
Header that instructs caching configuration for the client.
-
#content_type ⇒ String
Header that represents the format of the response.
-
#etag ⇒ String
The sprite’s Etag.
Instance Attribute Details
#blob ⇒ String
The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
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_control ⇒ String
Header that instructs caching configuration for the client.
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_type ⇒ String
Header that represents the format of the response. The response returns the following as the HTTP body.
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 |
#etag ⇒ String
The sprite’s Etag.
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 |