Class: Aws::GeoMaps::Types::GetStaticMapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::GetStaticMapResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blob ⇒ String
The blob represents a map image as a ‘jpeg` for the `GetStaticMap` API.
-
#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 static map’s Etag.
-
#pricing_bucket ⇒ String
The pricing bucket for which the request is charged at.
Instance Attribute Details
#blob ⇒ String
The blob represents a map image as a ‘jpeg` for the `GetStaticMap` API.
485 486 487 488 489 490 491 492 493 |
# File 'lib/aws-sdk-geomaps/types.rb', line 485 class GetStaticMapResponse < Struct.new( :blob, :content_type, :cache_control, :etag, :pricing_bucket) SENSITIVE = [] include Aws::Structure end |
#cache_control ⇒ String
Header that instructs caching configuration for the client.
485 486 487 488 489 490 491 492 493 |
# File 'lib/aws-sdk-geomaps/types.rb', line 485 class GetStaticMapResponse < Struct.new( :blob, :content_type, :cache_control, :etag, :pricing_bucket) 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.
485 486 487 488 489 490 491 492 493 |
# File 'lib/aws-sdk-geomaps/types.rb', line 485 class GetStaticMapResponse < Struct.new( :blob, :content_type, :cache_control, :etag, :pricing_bucket) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The static map’s Etag.
485 486 487 488 489 490 491 492 493 |
# File 'lib/aws-sdk-geomaps/types.rb', line 485 class GetStaticMapResponse < Struct.new( :blob, :content_type, :cache_control, :etag, :pricing_bucket) SENSITIVE = [] include Aws::Structure end |
#pricing_bucket ⇒ String
The pricing bucket for which the request is charged at.
485 486 487 488 489 490 491 492 493 |
# File 'lib/aws-sdk-geomaps/types.rb', line 485 class GetStaticMapResponse < Struct.new( :blob, :content_type, :cache_control, :etag, :pricing_bucket) SENSITIVE = [] include Aws::Structure end |