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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026

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:



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026

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