#[non_exhaustive]pub struct UpdateEventSourcesConfigInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UpdateEventSourcesConfigInput
impl Clone for UpdateEventSourcesConfigInput
sourcefn clone(&self) -> UpdateEventSourcesConfigInput
fn clone(&self) -> UpdateEventSourcesConfigInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateEventSourcesConfigInput
impl Debug for UpdateEventSourcesConfigInput
sourceimpl PartialEq<UpdateEventSourcesConfigInput> for UpdateEventSourcesConfigInput
impl PartialEq<UpdateEventSourcesConfigInput> for UpdateEventSourcesConfigInput
sourcefn eq(&self, other: &UpdateEventSourcesConfigInput) -> bool
fn eq(&self, other: &UpdateEventSourcesConfigInput) -> bool
impl StructuralPartialEq for UpdateEventSourcesConfigInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEventSourcesConfigInput
impl Send for UpdateEventSourcesConfigInput
impl Sync for UpdateEventSourcesConfigInput
impl Unpin for UpdateEventSourcesConfigInput
impl UnwindSafe for UpdateEventSourcesConfigInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more