Class: Aws::Types::AssociateSourceResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def progress_update_stream
  @progress_update_stream
end

#source_resourceTypes::SourceResource

Returns the value of attribute source_resource.



48
49
50
# File 'sig/types.rbs', line 48

def source_resource
  @source_resource
end