Class: Aws::MigrationHub::Types::MigrationTaskUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::MigrationTaskUpdate
- Defined in:
- gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb
Overview
A migration-task progress update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_task_state ⇒ Types::Task
Task object encapsulating task information.
-
#update_date_time ⇒ Time
The timestamp for the update.
-
#update_type ⇒ String
The type of the update.
Instance Attribute Details
#migration_task_state ⇒ Types::Task
Task object encapsulating task information.
954 955 956 957 958 959 960 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 954 class MigrationTaskUpdate < Struct.new( :update_date_time, :update_type, :migration_task_state) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The timestamp for the update.
954 955 956 957 958 959 960 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 954 class MigrationTaskUpdate < Struct.new( :update_date_time, :update_type, :migration_task_state) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The type of the update.
954 955 956 957 958 959 960 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 954 class MigrationTaskUpdate < Struct.new( :update_date_time, :update_type, :migration_task_state) SENSITIVE = [] include Aws::Structure end |