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