#[non_exhaustive]pub struct DescribeListenersInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DescribeListenersInput
impl Clone for DescribeListenersInput
source§fn clone(&self) -> DescribeListenersInput
fn clone(&self) -> DescribeListenersInput
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 Debug for DescribeListenersInput
impl Debug for DescribeListenersInput
source§impl PartialEq<DescribeListenersInput> for DescribeListenersInput
impl PartialEq<DescribeListenersInput> for DescribeListenersInput
source§fn eq(&self, other: &DescribeListenersInput) -> bool
fn eq(&self, other: &DescribeListenersInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.