Class: Aws::MigrationHub::Types::DisassociateDiscoveredResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DisassociateDiscoveredResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
ConfigurationId of the Application Discovery Service resource to be disassociated.
-
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place.
-
#migration_task_name ⇒ String
The identifier given to the MigrationTask.
-
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
Instance Attribute Details
#configuration_id ⇒ String
ConfigurationId of the Application Discovery Service resource to be disassociated.
303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 303 class DisassociateDiscoveredResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :configuration_id, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 303 class DisassociateDiscoveredResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :configuration_id, :dry_run) SENSITIVE = [] include Aws::Structure end |
#migration_task_name ⇒ String
The identifier given to the MigrationTask. *Do not store personal data in this field.*
303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 303 class DisassociateDiscoveredResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :configuration_id, :dry_run) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
303 304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 303 class DisassociateDiscoveredResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :configuration_id, :dry_run) SENSITIVE = [] include Aws::Structure end |