class Amazonite::ApiGateway::SdkType

Overview

A type of SDK that API Gateway can generate.

Included Modules

Defined in:

api_gateway/sdk_type.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String | Nil = nil, friendly_name : String | Nil = nil, description : String | Nil = nil, configuration_properties : Array(SdkConfigurationProperty) | Nil = nil) #

[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 configuration_properties : Array(SdkConfigurationProperty) | Nil #

A list of configuration properties of an SdkType.


[View source]
def configuration_properties=(configuration_properties : Array(SdkConfigurationProperty) | Nil) #

A list of configuration properties of an SdkType.


[View source]
def description : String | Nil #

The description of an SdkType.


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

The description of an SdkType.


[View source]
def friendly_name : String | Nil #

The user-friendly name of an SdkType instance.


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

The user-friendly name of an SdkType instance.


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

See Object#hash(hasher)


def id : String | Nil #

The identifier of an SdkType instance.


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

The identifier of an SdkType instance.


[View source]
def validate! : Nil #

[View source]