You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MigrationHub::Types::DescribeMigrationTaskRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MigrationHub::Types::DescribeMigrationTaskRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing DescribeMigrationTaskRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  progress_update_stream: "ProgressUpdateStream", # required
  migration_task_name: "MigrationTaskName", # required
}
Instance Attribute Summary collapse
- 
  
    
      #migration_task_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier given to the MigrationTask. 
- 
  
    
      #progress_update_stream  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the ProgressUpdateStream. 
Instance Attribute Details
#migration_task_name ⇒ String
The identifier given to the MigrationTask. Do not store personal data in this field.
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.