Class: Aws::Types::GetMapSpritesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMapSpritesResponse
- 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.
727 728 729 |
# File 'sig/types.rbs', line 727 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
729 730 731 |
# File 'sig/types.rbs', line 729 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
728 729 730 |
# File 'sig/types.rbs', line 728 def content_type @content_type end |