Struct aws_sdk_eventbridge::input::ListConnectionsInput
source · #[non_exhaustive]pub struct ListConnectionsInput { /* private fields */ }Implementations§
source§impl ListConnectionsInput
impl ListConnectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConnections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConnections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListConnections>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListConnectionsInput.
source§impl ListConnectionsInput
impl ListConnectionsInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned.
sourcepub fn connection_state(&self) -> Option<&ConnectionState>
pub fn connection_state(&self) -> Option<&ConnectionState>
The state of the connection.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned by a previous call to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListConnectionsInput
impl Clone for ListConnectionsInput
source§fn clone(&self) -> ListConnectionsInput
fn clone(&self) -> ListConnectionsInput
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 ListConnectionsInput
impl Debug for ListConnectionsInput
source§impl PartialEq<ListConnectionsInput> for ListConnectionsInput
impl PartialEq<ListConnectionsInput> for ListConnectionsInput
source§fn eq(&self, other: &ListConnectionsInput) -> bool
fn eq(&self, other: &ListConnectionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.