Class: Aws::LocationService::Types::GetMapGlyphsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetMapGlyphsResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blob ⇒ String
The glyph, as binary blob.
-
#cache_control ⇒ String
The HTTP Cache-Control directive for the value.
-
#content_type ⇒ String
The map glyph content type.
Instance Attribute Details
#blob ⇒ String
The glyph, as binary blob.
3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3561 class GetMapGlyphsResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end |
#cache_control ⇒ String
The HTTP Cache-Control directive for the value.
3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3561 class GetMapGlyphsResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The map glyph content type. For example, application/octet-stream
.
3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3561 class GetMapGlyphsResponse < Struct.new( :blob, :content_type, :cache_control) SENSITIVE = [] include Aws::Structure end |