Class: Aws::APIGateway::Types::ExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ExportResponse
- 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
-
#body ⇒ String
The binary blob response to GetExport, which contains the export.
-
#content_disposition ⇒ String
The content-disposition header value in the HTTP response.
-
#content_type ⇒ String
The content-type header value in the HTTP response.
Instance Attribute Details
#body ⇒ String
The binary blob response to GetExport, which contains the export.
2009 2010 2011 2012 2013 2014 2015 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2009 class ExportResponse < Struct.new( :content_type, :content_disposition, :body) SENSITIVE = [] include Aws::Structure end |
#content_disposition ⇒ String
The content-disposition header value in the HTTP response.
2009 2010 2011 2012 2013 2014 2015 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2009 class ExportResponse < Struct.new( :content_type, :content_disposition, :body) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The content-type header value in the HTTP response. This will correspond to a valid ‘accept’ type in the request.
2009 2010 2011 2012 2013 2014 2015 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2009 class ExportResponse < Struct.new( :content_type, :content_disposition, :body) SENSITIVE = [] include Aws::Structure end |