class
Amazonite::ApiGateway::ExportResponse
- Amazonite::ApiGateway::ExportResponse
- Reference
- Object
Overview
The binary blob response to GetExport, which contains the generated SDK.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/export_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(content_type : String | Nil = nil, content_disposition : String | Nil = nil, body : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#body : String | Nil
The binary blob response to GetExport, which contains the export.
-
#body=(body : String | Nil)
The binary blob response to GetExport, which contains the export.
-
#content_disposition : String | Nil
The content-disposition header value in the HTTP response.
-
#content_disposition=(content_disposition : String | Nil)
The content-disposition header value in the HTTP response.
-
#content_type : String | Nil
The content-type header value in the HTTP response.
-
#content_type=(content_type : String | Nil)
The content-type header value in the HTTP response.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The content-disposition header value in the HTTP response.
The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.
The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.