Struct aws_sdk_migrationhub::operation::delete_progress_update_stream::DeleteProgressUpdateStreamInput
source · #[non_exhaustive]pub struct DeleteProgressUpdateStreamInput { /* private fields */ }Implementations§
source§impl DeleteProgressUpdateStreamInput
impl DeleteProgressUpdateStreamInput
sourcepub fn progress_update_stream_name(&self) -> Option<&str>
pub fn progress_update_stream_name(&self) -> Option<&str>
The name of the ProgressUpdateStream. Do not store personal data in this field.
source§impl DeleteProgressUpdateStreamInput
impl DeleteProgressUpdateStreamInput
sourcepub fn builder() -> DeleteProgressUpdateStreamInputBuilder
pub fn builder() -> DeleteProgressUpdateStreamInputBuilder
Creates a new builder-style object to manufacture DeleteProgressUpdateStreamInput.
source§impl DeleteProgressUpdateStreamInput
impl DeleteProgressUpdateStreamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteProgressUpdateStream, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteProgressUpdateStream, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteProgressUpdateStream>
Trait Implementations§
source§impl Clone for DeleteProgressUpdateStreamInput
impl Clone for DeleteProgressUpdateStreamInput
source§fn clone(&self) -> DeleteProgressUpdateStreamInput
fn clone(&self) -> DeleteProgressUpdateStreamInput
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<DeleteProgressUpdateStreamInput> for DeleteProgressUpdateStreamInput
impl PartialEq<DeleteProgressUpdateStreamInput> for DeleteProgressUpdateStreamInput
source§fn eq(&self, other: &DeleteProgressUpdateStreamInput) -> bool
fn eq(&self, other: &DeleteProgressUpdateStreamInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.