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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3181

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>)


3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3181

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