Struct aws_sdk_migrationhub::model::DiscoveredResource [−][src]
#[non_exhaustive]pub struct DiscoveredResource {
pub configuration_id: Option<String>,
pub description: Option<String>,
}Expand description
Object representing the on-premises resource being migrated.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.configuration_id: Option<String>The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
description: Option<String>A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
Implementations
The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
Creates a new builder-style object to manufacture DiscoveredResource
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DiscoveredResource
impl Send for DiscoveredResource
impl Sync for DiscoveredResource
impl Unpin for DiscoveredResource
impl UnwindSafe for DiscoveredResource
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
