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
The details of the send API asset response.
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.
3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3014 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.
3014 3015 3016 3017 3018 3019 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3014 class SendApiAssetResponse < Struct.new( :body, :response_headers) SENSITIVE = [] include Aws::Structure end |