Class: Aws::Types::GetStyleDescriptorResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStyleDescriptorResponse
- 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.
95 96 97 |
# File 'sig/types.rbs', line 95 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
97 98 99 |
# File 'sig/types.rbs', line 97 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
96 97 98 |
# File 'sig/types.rbs', line 96 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
98 99 100 |
# File 'sig/types.rbs', line 98 def etag @etag end |