pub struct DeleteLoadBalancerPolicyInput {
pub load_balancer_name: String,
pub policy_name: String,
}Expand description
Contains the parameters for DeleteLoadBalancerPolicy.
Fields§
§load_balancer_name: StringThe name of the load balancer.
policy_name: StringThe 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 duplicate 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 Default for DeleteLoadBalancerPolicyInput
impl Default for DeleteLoadBalancerPolicyInput
Source§fn default() -> DeleteLoadBalancerPolicyInput
fn default() -> DeleteLoadBalancerPolicyInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteLoadBalancerPolicyInput
impl PartialEq for DeleteLoadBalancerPolicyInput
Source§fn eq(&self, other: &DeleteLoadBalancerPolicyInput) -> bool
fn eq(&self, other: &DeleteLoadBalancerPolicyInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteLoadBalancerPolicyInput
Auto Trait Implementations§
impl Freeze for DeleteLoadBalancerPolicyInput
impl RefUnwindSafe for DeleteLoadBalancerPolicyInput
impl Send for DeleteLoadBalancerPolicyInput
impl Sync for DeleteLoadBalancerPolicyInput
impl Unpin for DeleteLoadBalancerPolicyInput
impl UnwindSafe for DeleteLoadBalancerPolicyInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more