struct Lightsail::DeleteLoadBalancerTlsCertificateRequest
- Lightsail::DeleteLoadBalancerTlsCertificateRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(loadBalancerName : String, certificateName : String, force : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #certificateName : String
- #certificateName=(certificateName : String)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #force : Bool | Nil
- #force=(force : Bool | Nil)
- #loadBalancerName : String
- #loadBalancerName=(loadBalancerName : String)
Constructor Detail
def self.new(loadBalancerName : String, certificateName : String, force : Bool | Nil = nil)
#