Struct rusoto_elb::SetLoadBalancerListenerSSLCertificateInput [] [src]

pub struct SetLoadBalancerListenerSSLCertificateInput {
    pub load_balancer_name: AccessPointName,
    pub load_balancer_port: AccessPointPort,
    pub ssl_certificate_id: SSLCertificateId,
}

Contains the parameters for SetLoadBalancerListenerSSLCertificate.

Fields

The name of the load balancer.

The port that uses the specified SSL certificate.

The Amazon Resource Name (ARN) of the SSL certificate.

Trait Implementations

impl Default for SetLoadBalancerListenerSSLCertificateInput
[src]

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

impl Debug for SetLoadBalancerListenerSSLCertificateInput
[src]

Formats the value using the given formatter.

impl Clone for SetLoadBalancerListenerSSLCertificateInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more