Method: Aws::MigrationHub::Types::MigrationTaskSummary#update_date_time
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
#update_date_time ⇒ Time
The timestamp when the task was gathered.
927 928 929 930 931 932 933 934 935 936 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 927 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end |