Class: Aws::Types::AssociateDiscoveredResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDiscoveredResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#discovered_resource ⇒ Types::DiscoveredResource
Returns the value of attribute discovered_resource.
-
#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
#discovered_resource ⇒ Types::DiscoveredResource
Returns the value of attribute discovered_resource.
37 38 39 |
# File 'sig/types.rbs', line 37 def discovered_resource @discovered_resource end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
38 39 40 |
# File 'sig/types.rbs', line 38 def dry_run @dry_run end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def migration_task_name @migration_task_name end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
35 36 37 |
# File 'sig/types.rbs', line 35 def progress_update_stream @progress_update_stream end |