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