Struct aws_sdk_migrationhub::model::CreatedArtifact
source · #[non_exhaustive]pub struct CreatedArtifact { /* private fields */ }Expand description
An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
Implementations§
source§impl CreatedArtifact
impl CreatedArtifact
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatedArtifact.
Trait Implementations§
source§impl Clone for CreatedArtifact
impl Clone for CreatedArtifact
source§fn clone(&self) -> CreatedArtifact
fn clone(&self) -> CreatedArtifact
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 CreatedArtifact
impl Debug for CreatedArtifact
source§impl PartialEq<CreatedArtifact> for CreatedArtifact
impl PartialEq<CreatedArtifact> for CreatedArtifact
source§fn eq(&self, other: &CreatedArtifact) -> bool
fn eq(&self, other: &CreatedArtifact) -> bool
This method tests for
self and other values to be equal, and is used
by ==.