class Aws::MigrationHub::Types::AssociateDiscoveredResourceRequest

@note When making an API call, you may pass AssociateDiscoveredResourceRequest

data as a hash:

    {
      progress_update_stream: "ProgressUpdateStream", # required
      migration_task_name: "MigrationTaskName", # required
      discovered_resource: { # required
        configuration_id: "ConfigurationId", # required
        description: "DiscoveredResourceDescription",
      },
      dry_run: false,
    }

@!attribute [rw] progress_update_stream

The name of the ProgressUpdateStream.
@return [String]

@!attribute [rw] migration_task_name

The identifier given to the MigrationTask. *Do not store personal
data in this field.*
@return [String]

@!attribute [rw] discovered_resource

Object representing a Resource.
@return [Types::DiscoveredResource]

@!attribute [rw] dry_run

Optional boolean flag to indicate whether any effect should take
place. Used to test if the caller has permission to make the call.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/AssociateDiscoveredResourceRequest AWS API Documentation

Constants

SENSITIVE