Class: Aws::Types::DisassociateSourceResourceRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def source_resource_name
  @source_resource_name
end