struct Lightsail::UpdateLoadBalancerAttributeRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(loadBalancerName : String, attributeName : String, attributeValue : String) #

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

[View source]

Instance Method Detail

def attributeName : String #

[View source]
def attributeName=(attributeName : String) #

[View source]
def attributeValue : String #

[View source]
def attributeValue=(attributeValue : String) #

[View source]
def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def loadBalancerName : String #

[View source]
def loadBalancerName=(loadBalancerName : String) #

[View source]