You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

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

Returns:

  • (String)

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

#content_dispositionString

The content-disposition header value in the HTTP response.

Returns:

  • (String)

    The content-disposition header value in the HTTP response.

#content_typeString

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

Returns:

  • (String)

    The content-type header value in the HTTP response.