Class: Aws::Types::ExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportResponse
- 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.
551 552 553 |
# File 'sig/types.rbs', line 551 def body @body end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
550 551 552 |
# File 'sig/types.rbs', line 550 def content_disposition @content_disposition end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
549 550 551 |
# File 'sig/types.rbs', line 549 def content_type @content_type end |