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

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


2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2009

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)


2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2009

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)


2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2009

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