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