Class: Aws::Types::SendApiAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendApiAssetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#response_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_headers.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def body @body end |
#response_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_headers.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def response_headers @response_headers end |