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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

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

Returns:

  • (String)


2782
2783
2784
2785
2786
2787
2788
# File 'lib/aws-sdk-apigateway/types.rb', line 2782

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

#content_dispositionString

The content-disposition header value in the HTTP response.

Returns:

  • (String)


2782
2783
2784
2785
2786
2787
2788
# File 'lib/aws-sdk-apigateway/types.rb', line 2782

class ExportResponse < Struct.new(
  :content_type,
  :content_disposition,
  :body)
  SENSITIVE = []
  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)


2782
2783
2784
2785
2786
2787
2788
# File 'lib/aws-sdk-apigateway/types.rb', line 2782

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