Class: Aws::MigrationHub::Types::MigrationTaskSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MigrationHub::Types::MigrationTaskSummary
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
MigrationTaskSummary includes ‘MigrationTaskName`, `ProgressPercent`, `ProgressUpdateStream`, `Status`, and `UpdateDateTime` for each task.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #migration_task_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Unique identifier that references the migration task. 
- 
  
    
      #progress_percent  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indication of the percentage completion of the task. 
- 
  
    
      #progress_update_stream  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An AWS resource used for access control. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Status of the task. 
- 
  
    
      #status_detail  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Detail information of what is being done within the overall status state. 
- 
  
    
      #update_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the task was gathered. 
Instance Attribute Details
#migration_task_name ⇒ String
Unique identifier that references the migration task. *Do not store personal data in this field.*
| 717 718 719 720 721 722 723 724 725 726 | # File 'lib/aws-sdk-migrationhub/types.rb', line 717 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end | 
#progress_percent ⇒ Integer
Indication of the percentage completion of the task.
| 717 718 719 720 721 722 723 724 725 726 | # File 'lib/aws-sdk-migrationhub/types.rb', line 717 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end | 
#progress_update_stream ⇒ String
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
| 717 718 719 720 721 722 723 724 725 726 | # File 'lib/aws-sdk-migrationhub/types.rb', line 717 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
Status of the task.
| 717 718 719 720 721 722 723 724 725 726 | # File 'lib/aws-sdk-migrationhub/types.rb', line 717 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end | 
#status_detail ⇒ String
Detail information of what is being done within the overall status state.
| 717 718 719 720 721 722 723 724 725 726 | # File 'lib/aws-sdk-migrationhub/types.rb', line 717 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end | 
#update_date_time ⇒ Time
The timestamp when the task was gathered.
| 717 718 719 720 721 722 723 724 725 726 | # File 'lib/aws-sdk-migrationhub/types.rb', line 717 class MigrationTaskSummary < Struct.new( :progress_update_stream, :migration_task_name, :status, :progress_percent, :status_detail, :update_date_time) SENSITIVE = [] include Aws::Structure end |