Class: Aws::Types::NotifyMigrationTaskStateRequest

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)


308
309
310
# File 'sig/types.rbs', line 308

def dry_run
  @dry_run
end

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def migration_task_name
  @migration_task_name
end

#next_update_seconds::Integer

Returns the value of attribute next_update_seconds.

Returns:

  • (::Integer)


307
308
309
# File 'sig/types.rbs', line 307

def next_update_seconds
  @next_update_seconds
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def progress_update_stream
  @progress_update_stream
end

#taskTypes::Task

Returns the value of attribute task.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def task
  @task
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


306
307
308
# File 'sig/types.rbs', line 306

def update_date_time
  @update_date_time
end