Class: Aws::Types::GetStaticMapResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStaticMapResponse
- 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.
-
#pricing_bucket ⇒ ::String
Returns the value of attribute pricing_bucket.
Instance Attribute Details
#blob ⇒ ::IO
Returns the value of attribute blob.
71 72 73 |
# File 'sig/types.rbs', line 71 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
73 74 75 |
# File 'sig/types.rbs', line 73 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
72 73 74 |
# File 'sig/types.rbs', line 72 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
74 75 76 |
# File 'sig/types.rbs', line 74 def etag @etag end |
#pricing_bucket ⇒ ::String
Returns the value of attribute pricing_bucket.
75 76 77 |
# File 'sig/types.rbs', line 75 def pricing_bucket @pricing_bucket end |