Class: Aws::Types::AssociateSourceResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSourceResourceRequest
- 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 ⇒ Types::SourceResource
Returns the value of attribute source_resource.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
49 50 51 |
# File 'sig/types.rbs', line 49 def dry_run @dry_run end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
47 48 49 |
# File 'sig/types.rbs', line 47 def migration_task_name @migration_task_name end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
46 47 48 |
# File 'sig/types.rbs', line 46 def progress_update_stream @progress_update_stream end |
#source_resource ⇒ Types::SourceResource
Returns the value of attribute source_resource.
48 49 50 |
# File 'sig/types.rbs', line 48 def source_resource @source_resource end |