Class: Aws::Types::AssociateDiscoveredResourceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#discovered_resourceTypes::DiscoveredResource

Returns the value of attribute discovered_resource.



37
38
39
# File 'sig/types.rbs', line 37

def discovered_resource
  @discovered_resource
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def progress_update_stream
  @progress_update_stream
end