class Amazonite::ApiGateway::SdkResponse

Overview

The binary blob response to GetSdk, which contains the generated SDK.

Included Modules

Defined in:

api_gateway/sdk_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(content_type : String | Nil = nil, content_disposition : String | Nil = nil, body : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def body : String | Nil #

The binary blob response to GetSdk, which contains the generated SDK.


[View source]
def body=(body : String | Nil) #

The binary blob response to GetSdk, which contains the generated SDK.


[View source]
def content_disposition : String | Nil #

The content-disposition header value in the HTTP response.


[View source]
def content_disposition=(content_disposition : String | Nil) #

The content-disposition header value in the HTTP response.


[View source]
def content_type : String | Nil #

The content-type header value in the HTTP response.


[View source]
def content_type=(content_type : String | Nil) #

The content-type header value in the HTTP response.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]