Class: Aws::Types::GetSpritesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSpritesResponse
- 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.
Instance Attribute Details
#blob ⇒ ::IO
Returns the value of attribute blob.
39 40 41 |
# File 'sig/types.rbs', line 39 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
41 42 43 |
# File 'sig/types.rbs', line 41 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
40 41 42 |
# File 'sig/types.rbs', line 40 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
42 43 44 |
# File 'sig/types.rbs', line 42 def etag @etag end |