struct Lightsail::UpdateLoadBalancerAttributeRequest
- Lightsail::UpdateLoadBalancerAttributeRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(loadBalancerName : String, attributeName : String, attributeValue : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #attributeName : String
- #attributeName=(attributeName : String)
- #attributeValue : String
- #attributeValue=(attributeValue : String)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #loadBalancerName : String
- #loadBalancerName=(loadBalancerName : String)
Constructor Detail
def self.new(loadBalancerName : String, attributeName : String, attributeValue : String)
#