#[non_exhaustive]pub struct DescribeListenersInput { /* private fields */ }
Implementations
sourceimpl DescribeListenersInput
impl DescribeListenersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeListeners, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeListeners, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeListeners
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeListenersInput
.
sourceimpl DescribeListenersInput
impl DescribeListenersInput
sourcepub fn load_balancer_arn(&self) -> Option<&str>
pub fn load_balancer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the load balancer.
sourcepub fn listener_arns(&self) -> Option<&[String]>
pub fn listener_arns(&self) -> Option<&[String]>
The Amazon Resource Names (ARN) of the listeners.
Trait Implementations
sourceimpl Clone for DescribeListenersInput
impl Clone for DescribeListenersInput
sourcefn clone(&self) -> DescribeListenersInput
fn clone(&self) -> DescribeListenersInput
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 Debug for DescribeListenersInput
impl Debug for DescribeListenersInput
sourceimpl PartialEq<DescribeListenersInput> for DescribeListenersInput
impl PartialEq<DescribeListenersInput> for DescribeListenersInput
sourcefn eq(&self, other: &DescribeListenersInput) -> bool
fn eq(&self, other: &DescribeListenersInput) -> bool
impl StructuralPartialEq for DescribeListenersInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeListenersInput
impl Send for DescribeListenersInput
impl Sync for DescribeListenersInput
impl Unpin for DescribeListenersInput
impl UnwindSafe for DescribeListenersInput
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