Class: Aws::DataExchange::Types::SendApiAssetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The response body from the underlying API tracked by the API asset.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
# File 'lib/aws-sdk-dataexchange/types.rb', line 3794

class SendApiAssetResponse < Struct.new(
  :body,
  :response_headers)
  SENSITIVE = []
  include Aws::Structure
end

#response_headersHash<String,String>

The response headers from the underlying API tracked by the API asset.

Returns:

  • (Hash<String,String>)


3794
3795
3796
3797
3798
3799
# File 'lib/aws-sdk-dataexchange/types.rb', line 3794

class SendApiAssetResponse < Struct.new(
  :body,
  :response_headers)
  SENSITIVE = []
  include Aws::Structure
end