Struct aws_sdk_eventbridge::input::ListRulesInput
source · #[non_exhaustive]pub struct ListRulesInput { /* private fields */ }Implementations§
source§impl ListRulesInput
impl ListRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRules>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRulesInput.
source§impl ListRulesInput
impl ListRulesInput
sourcepub fn name_prefix(&self) -> Option<&str>
pub fn name_prefix(&self) -> Option<&str>
The prefix matching the rule name.
sourcepub fn event_bus_name(&self) -> Option<&str>
pub fn event_bus_name(&self) -> Option<&str>
The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.
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 ListRulesInput
impl Clone for ListRulesInput
source§fn clone(&self) -> ListRulesInput
fn clone(&self) -> ListRulesInput
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 ListRulesInput
impl Debug for ListRulesInput
source§impl PartialEq<ListRulesInput> for ListRulesInput
impl PartialEq<ListRulesInput> for ListRulesInput
source§fn eq(&self, other: &ListRulesInput) -> bool
fn eq(&self, other: &ListRulesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.