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