#[non_exhaustive]pub struct DeleteLoadBalancerPolicyInput { /* private fields */ }
Expand description
Contains the parameters for DeleteLoadBalancerPolicy.
Implementations§
source§impl DeleteLoadBalancerPolicyInput
impl DeleteLoadBalancerPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLoadBalancerPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLoadBalancerPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLoadBalancerPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLoadBalancerPolicyInput
.
source§impl DeleteLoadBalancerPolicyInput
impl DeleteLoadBalancerPolicyInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy.
Trait Implementations§
source§impl Clone for DeleteLoadBalancerPolicyInput
impl Clone for DeleteLoadBalancerPolicyInput
source§fn clone(&self) -> DeleteLoadBalancerPolicyInput
fn clone(&self) -> DeleteLoadBalancerPolicyInput
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 moresource§impl PartialEq<DeleteLoadBalancerPolicyInput> for DeleteLoadBalancerPolicyInput
impl PartialEq<DeleteLoadBalancerPolicyInput> for DeleteLoadBalancerPolicyInput
source§fn eq(&self, other: &DeleteLoadBalancerPolicyInput) -> bool
fn eq(&self, other: &DeleteLoadBalancerPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.