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.
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_disposition ⇒ String
The content-disposition header value in the HTTP response.
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_type ⇒ String
The content-type header value in the HTTP response. This will correspond to a valid ‘accept’ type in the request.
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 |