Class: Aws::SMS::Types::StartOnDemandReplicationRunRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::StartOnDemandReplicationRunRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the replication run.
 - 
  
    
      #replication_job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the replication job.
 
Instance Attribute Details
#description ⇒ String
The description of the replication run.
      1912 1913 1914 1915 1916 1917  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1912 class StartOnDemandReplicationRunRequest < Struct.new( :replication_job_id, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#replication_job_id ⇒ String
The ID of the replication job.
      1912 1913 1914 1915 1916 1917  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1912 class StartOnDemandReplicationRunRequest < Struct.new( :replication_job_id, :description) SENSITIVE = [] include Aws::Structure end  |