Class: Aws::Types::ImportMigrationTaskRequest

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)


154
155
156
# File 'sig/types.rbs', line 154

def dry_run
  @dry_run
end

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def migration_task_name
  @migration_task_name
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def progress_update_stream
  @progress_update_stream
end