Class: Aws::APIGateway::Types::ExportResponse

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

Overview

The binary blob response to GetExport, which contains the generated SDK.

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The binary blob response to GetExport, which contains the export.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
# File 'lib/aws-sdk-apigateway/types.rb', line 2686

class ExportResponse < Struct.new(
  :content_type,
  :content_disposition,
  :body)
  include Aws::Structure
end

#content_dispositionString

The content-disposition header value in the HTTP response.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
# File 'lib/aws-sdk-apigateway/types.rb', line 2686

class ExportResponse < Struct.new(
  :content_type,
  :content_disposition,
  :body)
  include Aws::Structure
end

#content_typeString

The content-type header value in the HTTP response. This will correspond to a valid ‘accept’ type in the request.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
# File 'lib/aws-sdk-apigateway/types.rb', line 2686

class ExportResponse < Struct.new(
  :content_type,
  :content_disposition,
  :body)
  include Aws::Structure
end