Struct rusoto_elb::SetLoadBalancerListenerSSLCertificateInput [] [src]

pub struct SetLoadBalancerListenerSSLCertificateInput {
    pub load_balancer_name: String,
    pub load_balancer_port: i64,
    pub ssl_certificate_id: String,
}

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]

[src]

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

impl Debug for SetLoadBalancerListenerSSLCertificateInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetLoadBalancerListenerSSLCertificateInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations