Class: Aws::Types::SampleWithResponseStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::SampleWithResponseStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#body ⇒ ::IO
Returns the value of attribute body.
64 65 66 |
# File 'sig/types.rbs', line 64 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
63 64 65 |
# File 'sig/types.rbs', line 63 def content_type @content_type end |