Class: Aws::Types::DisassociateSourceResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSourceResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#source_resource_name ⇒ ::String
Returns the value of attribute source_resource_name.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
128 129 130 |
# File 'sig/types.rbs', line 128 def dry_run @dry_run end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def migration_task_name @migration_task_name end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
125 126 127 |
# File 'sig/types.rbs', line 125 def progress_update_stream @progress_update_stream end |
#source_resource_name ⇒ ::String
Returns the value of attribute source_resource_name.
127 128 129 |
# File 'sig/types.rbs', line 127 def source_resource_name @source_resource_name end |