#[non_exhaustive]pub struct AssociateCreatedArtifactInput { /* private fields */ }Implementations§
source§impl AssociateCreatedArtifactInput
impl AssociateCreatedArtifactInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateCreatedArtifact, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateCreatedArtifact, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateCreatedArtifact>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateCreatedArtifactInput.
source§impl AssociateCreatedArtifactInput
impl AssociateCreatedArtifactInput
sourcepub fn progress_update_stream(&self) -> Option<&str>
pub fn progress_update_stream(&self) -> Option<&str>
The name of the ProgressUpdateStream.
sourcepub fn migration_task_name(&self) -> Option<&str>
pub fn migration_task_name(&self) -> Option<&str>
Unique identifier that references the migration task. Do not store personal data in this field.
sourcepub fn created_artifact(&self) -> Option<&CreatedArtifact>
pub fn created_artifact(&self) -> Option<&CreatedArtifact>
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
Trait Implementations§
source§impl Clone for AssociateCreatedArtifactInput
impl Clone for AssociateCreatedArtifactInput
source§fn clone(&self) -> AssociateCreatedArtifactInput
fn clone(&self) -> AssociateCreatedArtifactInput
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<AssociateCreatedArtifactInput> for AssociateCreatedArtifactInput
impl PartialEq<AssociateCreatedArtifactInput> for AssociateCreatedArtifactInput
source§fn eq(&self, other: &AssociateCreatedArtifactInput) -> bool
fn eq(&self, other: &AssociateCreatedArtifactInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.