Class: Aws::Types::DisassociateDiscoveredResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateDiscoveredResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
-
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def configuration_id @configuration_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
117 118 119 |
# File 'sig/types.rbs', line 117 def dry_run @dry_run end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
115 116 117 |
# File 'sig/types.rbs', line 115 def migration_task_name @migration_task_name end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
114 115 116 |
# File 'sig/types.rbs', line 114 def progress_update_stream @progress_update_stream end |