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