Class: Aws::Types::CustomResponseBody
- Inherits:
-
Object
- Object
- Aws::Types::CustomResponseBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ "TEXT_PLAIN", ...
Returns the value of attribute content_type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
321 322 323 |
# File 'sig/types.rbs', line 321 def content @content end |
#content_type ⇒ "TEXT_PLAIN", ...
Returns the value of attribute content_type.
320 321 322 |
# File 'sig/types.rbs', line 320 def content_type @content_type end |