#[non_exhaustive]pub struct CreateLoadBalancerOutput { /* private fields */ }
Expand description
Contains the output for CreateLoadBalancer.
Implementations§
source§impl CreateLoadBalancerOutput
impl CreateLoadBalancerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLoadBalancerOutput
.
Trait Implementations§
source§impl Clone for CreateLoadBalancerOutput
impl Clone for CreateLoadBalancerOutput
source§fn clone(&self) -> CreateLoadBalancerOutput
fn clone(&self) -> CreateLoadBalancerOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more