#[non_exhaustive]pub struct UpdateEventSourcesConfigInput { /* private fields */ }
Implementations§
source§impl UpdateEventSourcesConfigInput
impl UpdateEventSourcesConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEventSourcesConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEventSourcesConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEventSourcesConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEventSourcesConfigInput
.
source§impl UpdateEventSourcesConfigInput
impl UpdateEventSourcesConfigInput
sourcepub fn event_sources(&self) -> Option<&EventSourcesConfig>
pub fn event_sources(&self) -> Option<&EventSourcesConfig>
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
Trait Implementations§
source§impl Clone for UpdateEventSourcesConfigInput
impl Clone for UpdateEventSourcesConfigInput
source§fn clone(&self) -> UpdateEventSourcesConfigInput
fn clone(&self) -> UpdateEventSourcesConfigInput
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 PartialEq<UpdateEventSourcesConfigInput> for UpdateEventSourcesConfigInput
impl PartialEq<UpdateEventSourcesConfigInput> for UpdateEventSourcesConfigInput
source§fn eq(&self, other: &UpdateEventSourcesConfigInput) -> bool
fn eq(&self, other: &UpdateEventSourcesConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.