Class: Aws::Types::GetMapTileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMapTileResponse
- 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.
756 757 758 |
# File 'sig/types.rbs', line 756 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
758 759 760 |
# File 'sig/types.rbs', line 758 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
757 758 759 |
# File 'sig/types.rbs', line 757 def content_type @content_type end |