Class: Aws::Types::GetMapGlyphsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key])

Instance Attribute Summary collapse

Instance Attribute Details

#font_stack::String

Returns the value of attribute font_stack.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def font_stack
  @font_stack
end

#font_unicode_range::String

Returns the value of attribute font_unicode_range.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def font_unicode_range
  @font_unicode_range
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def key
  @key
end

#map_name::String

Returns the value of attribute map_name.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def map_name
  @map_name
end