Class: Aws::MigrationHub::Types::NotifyMigrationTaskStateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

Returns:

  • (Boolean)


792
793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 792

class NotifyMigrationTaskStateRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :task,
  :update_date_time,
  :next_update_seconds,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#migration_task_nameString

Unique identifier that references the migration task. Do not store personal data in this field.

Returns:

  • (String)


792
793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 792

class NotifyMigrationTaskStateRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :task,
  :update_date_time,
  :next_update_seconds,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#next_update_secondsInteger

Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.

Returns:

  • (Integer)


792
793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 792

class NotifyMigrationTaskStateRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :task,
  :update_date_time,
  :next_update_seconds,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#progress_update_streamString

The name of the ProgressUpdateStream.

Returns:

  • (String)


792
793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 792

class NotifyMigrationTaskStateRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :task,
  :update_date_time,
  :next_update_seconds,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#taskTypes::Task

Information about the task's progress and status.

Returns:



792
793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 792

class NotifyMigrationTaskStateRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :task,
  :update_date_time,
  :next_update_seconds,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The timestamp when the task was gathered.

Returns:

  • (Time)


792
793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 792

class NotifyMigrationTaskStateRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :task,
  :update_date_time,
  :next_update_seconds,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end