Class: Aws::DataExchange::Types::SendApiAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::SendApiAssetResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The response body from the underlying API tracked by the API asset.
-
#response_headers ⇒ Hash<String,String>
The response headers from the underlying API tracked by the API asset.
Instance Attribute Details
#body ⇒ String
The response body from the underlying API tracked by the API asset.
3794 3795 3796 3797 3798 3799 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3794 class SendApiAssetResponse < Struct.new( :body, :response_headers) SENSITIVE = [] include Aws::Structure end |
#response_headers ⇒ Hash<String,String>
The response headers from the underlying API tracked by the API asset.
3794 3795 3796 3797 3798 3799 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3794 class SendApiAssetResponse < Struct.new( :body, :response_headers) SENSITIVE = [] include Aws::Structure end |