You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MigrationHub::Types::DiscoveredResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DiscoveredResource
- Defined in:
- (unknown)
Overview
Note:
When passing DiscoveredResource as input to an Aws::Client method, you can use a vanilla Hash:
{
configuration_id: "ConfigurationId", # required
description: "DiscoveredResourceDescription",
}
Object representing the on-premises resource being migrated.
Returned by:
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
-
#description ⇒ String
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
Instance Attribute Details
#configuration_id ⇒ String
The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
#description ⇒ String
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.