Struct rusoto_lightsail::AttachLoadBalancerTlsCertificateRequest[][src]

pub struct AttachLoadBalancerTlsCertificateRequest {
    pub certificate_name: String,
    pub load_balancer_name: String,
}

Fields

The name of your SSL/TLS certificate.

The name of the load balancer to which you want to associate the SSL/TLS certificate.

Trait Implementations

impl Default for AttachLoadBalancerTlsCertificateRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for AttachLoadBalancerTlsCertificateRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AttachLoadBalancerTlsCertificateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AttachLoadBalancerTlsCertificateRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations