#[non_exhaustive]pub struct CreateLoadBalancerPolicyOutput {}
Expand description
Contains the output of CreateLoadBalancerPolicy.
Implementations§
source§impl CreateLoadBalancerPolicyOutput
impl CreateLoadBalancerPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLoadBalancerPolicyOutput
.
Trait Implementations§
source§impl Clone for CreateLoadBalancerPolicyOutput
impl Clone for CreateLoadBalancerPolicyOutput
source§fn clone(&self) -> CreateLoadBalancerPolicyOutput
fn clone(&self) -> CreateLoadBalancerPolicyOutput
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