Class: Aws::Types::GetTileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTileResponse
- 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.
113 114 115 |
# File 'sig/types.rbs', line 113 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
115 116 117 |
# File 'sig/types.rbs', line 115 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
114 115 116 |
# File 'sig/types.rbs', line 114 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
116 117 118 |
# File 'sig/types.rbs', line 116 def etag @etag end |
#pricing_bucket ⇒ ::String
Returns the value of attribute pricing_bucket.
117 118 119 |
# File 'sig/types.rbs', line 117 def pricing_bucket @pricing_bucket end |