#[non_exhaustive]pub struct DescribeLoadBalancerPoliciesInput { /* private fields */ }
Expand description
Contains the parameters for DescribeLoadBalancerPolicies.
Implementations
sourceimpl DescribeLoadBalancerPoliciesInput
impl DescribeLoadBalancerPoliciesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLoadBalancerPolicies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLoadBalancerPolicies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeLoadBalancerPolicies
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLoadBalancerPoliciesInput
.
sourceimpl DescribeLoadBalancerPoliciesInput
impl DescribeLoadBalancerPoliciesInput
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_names(&self) -> Option<&[String]>
pub fn policy_names(&self) -> Option<&[String]>
The names of the policies.
Trait Implementations
sourceimpl Clone for DescribeLoadBalancerPoliciesInput
impl Clone for DescribeLoadBalancerPoliciesInput
sourcefn clone(&self) -> DescribeLoadBalancerPoliciesInput
fn clone(&self) -> DescribeLoadBalancerPoliciesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeLoadBalancerPoliciesInput> for DescribeLoadBalancerPoliciesInput
impl PartialEq<DescribeLoadBalancerPoliciesInput> for DescribeLoadBalancerPoliciesInput
sourcefn eq(&self, other: &DescribeLoadBalancerPoliciesInput) -> bool
fn eq(&self, other: &DescribeLoadBalancerPoliciesInput) -> bool
impl StructuralPartialEq for DescribeLoadBalancerPoliciesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeLoadBalancerPoliciesInput
impl Send for DescribeLoadBalancerPoliciesInput
impl Sync for DescribeLoadBalancerPoliciesInput
impl Unpin for DescribeLoadBalancerPoliciesInput
impl UnwindSafe for DescribeLoadBalancerPoliciesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more