Module: Aws::GeoMaps::Client::_GetStaticMapResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStaticMapResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #blob ⇒ ::IO
- #cache_control ⇒ ::String
- #content_type ⇒ ::String
- #etag ⇒ ::String
- #pricing_bucket ⇒ ::String
Instance Method Details
#blob ⇒ ::IO
113 |
# File 'sig/client.rbs', line 113
def blob: () -> ::IO
|
#cache_control ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def cache_control: () -> ::String
|
#content_type ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def content_type: () -> ::String
|
#etag ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def etag: () -> ::String
|
#pricing_bucket ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def pricing_bucket: () -> ::String
|