Class: Aws::GeoMaps::Types::GetGlyphsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::GetGlyphsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blob ⇒ String
The Glyph, as a binary blob.
-
#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 glyph’s Etag.
Instance Attribute Details
#blob ⇒ String
The Glyph, as a binary blob.
231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-geomaps/types.rb', line 231 class GetGlyphsResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |
#cache_control ⇒ String
Header that instructs caching configuration for the client.
231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-geomaps/types.rb', line 231 class GetGlyphsResponse < 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.
231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-geomaps/types.rb', line 231 class GetGlyphsResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The glyph’s Etag.
231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-geomaps/types.rb', line 231 class GetGlyphsResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |