Class: Aws::Types::SdkResponse
- Inherits:
-
Object
- Object
- Aws::Types::SdkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def body @body end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def content_disposition @content_disposition end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def content_type @content_type end |