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
show all
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

Instance Attribute Details

#configuration_idString

The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.

Returns:

  • (String)

    The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.

#descriptionString

A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.

Returns:

  • (String)

    A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.