Class: Aws::Types::GetGlyphsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGlyphsResponse
- 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.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#blob ⇒ ::IO
Returns the value of attribute blob.
23 24 25 |
# File 'sig/types.rbs', line 23 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
25 26 27 |
# File 'sig/types.rbs', line 25 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
26 27 28 |
# File 'sig/types.rbs', line 26 def etag @etag end |