struct Lightsail::RelationalDatabaseParameter

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def allowedValues : String | Nil #

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

[View source]
def applyMethod : String | Nil #

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

[View source]
def applyType : String | Nil #

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

[View source]
def dataType : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def isModifiable : Bool | Nil #

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

[View source]
def parameterName : String | Nil #

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

[View source]
def parameterValue : String | Nil #

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

[View source]