Class: Aws::LocationService::Types::GetMapGlyphsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blobString

The glyph, as binary blob.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3690

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

#cache_controlString

The HTTP Cache-Control directive for the value.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3690

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

#content_typeString

The map glyph content type. For example, application/octet-stream.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3690

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