Class: Aws::Types::GetMapGlyphsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMapGlyphsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob ⇒ ::IO
Returns the value of attribute blob.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#blob ⇒ ::IO
Returns the value of attribute blob.
713 714 715 |
# File 'sig/types.rbs', line 713 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
715 716 717 |
# File 'sig/types.rbs', line 715 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
714 715 716 |
# File 'sig/types.rbs', line 714 def content_type @content_type end |