#[non_exhaustive]pub struct DescribeDryRunProgressInput { /* private fields */ }
Implementations§
source§impl DescribeDryRunProgressInput
impl DescribeDryRunProgressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDryRunProgress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDryRunProgress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDryRunProgress
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDryRunProgressInput
.
source§impl DescribeDryRunProgressInput
impl DescribeDryRunProgressInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain.
sourcepub fn dry_run_id(&self) -> Option<&str>
pub fn dry_run_id(&self) -> Option<&str>
The unique identifier of the dry run.
sourcepub fn load_dry_run_config(&self) -> Option<bool>
pub fn load_dry_run_config(&self) -> Option<bool>
Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
Trait Implementations§
source§impl Clone for DescribeDryRunProgressInput
impl Clone for DescribeDryRunProgressInput
source§fn clone(&self) -> DescribeDryRunProgressInput
fn clone(&self) -> DescribeDryRunProgressInput
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 DescribeDryRunProgressInput
impl Debug for DescribeDryRunProgressInput
source§impl PartialEq<DescribeDryRunProgressInput> for DescribeDryRunProgressInput
impl PartialEq<DescribeDryRunProgressInput> for DescribeDryRunProgressInput
source§fn eq(&self, other: &DescribeDryRunProgressInput) -> bool
fn eq(&self, other: &DescribeDryRunProgressInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.