Class: Aws::Types::GetMapGlyphsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMapGlyphsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_stack ⇒ ::String
Returns the value of attribute font_stack.
-
#font_unicode_range ⇒ ::String
Returns the value of attribute font_unicode_range.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#map_name ⇒ ::String
Returns the value of attribute map_name.
Instance Attribute Details
#font_stack ⇒ ::String
Returns the value of attribute font_stack.
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.
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.
708 709 710 |
# File 'sig/types.rbs', line 708 def key @key end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
705 706 707 |
# File 'sig/types.rbs', line 705 def map_name @map_name end |