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)


3317
3318
3319
3320
3321
3322
3323
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3317

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

#cache_controlString

The HTTP Cache-Control directive for the value.

Returns:

  • (String)


3317
3318
3319
3320
3321
3322
3323
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3317

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

#content_typeString

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

Returns:

  • (String)


3317
3318
3319
3320
3321
3322
3323
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3317

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