class Aws::MigrationHub::Types::DisassociateDiscoveredResourceRequest
@note When making an API call, you may pass DisassociateDiscoveredResourceRequest
data as a hash: { progress_update_stream: "ProgressUpdateStream", # required migration_task_name: "MigrationTaskName", # required configuration_id: "ConfigurationId", # required 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] configuration_id
ConfigurationId of the Application Discovery Service resource to be disassociated. @return [String]
@!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/DisassociateDiscoveredResourceRequest AWS API Documentation
Constants
- SENSITIVE