class Amazonite::ApiGateway::SdkConfigurationProperty

Overview

A configuration property of an SDK type.

Included Modules

Defined in:

api_gateway/sdk_configuration_property.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, friendly_name : String | Nil = nil, description : String | Nil = nil, required : Bool | Nil = nil, default_value : 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 default_value : String | Nil #

The default value of an SdkType configuration property.


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

The default value of an SdkType configuration property.


[View source]
def description : String | Nil #

The description of an SdkType configuration property.


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

The description of an SdkType configuration property.


[View source]
def friendly_name : String | Nil #

The user-friendly name of an SdkType configuration property.


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

The user-friendly name of an SdkType configuration property.


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

See Object#hash(hasher)


def name : String | Nil #

The name of a an SdkType configuration property.


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

The name of a an SdkType configuration property.


[View source]
def required : Bool | Nil #

A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).


[View source]
def required=(required : Bool | Nil) #

A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).


[View source]
def validate! : Nil #

[View source]