Class: Aws::Drs::Types::RecoveryInstanceDataReplicationInitiationStep
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::RecoveryInstanceDataReplicationInitiationStep
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Data replication initiation step.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the step.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the step.
 
Instance Attribute Details
#name ⇒ String
The name of the step.
      2485 2486 2487 2488 2489 2490  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2485 class RecoveryInstanceDataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the step.
      2485 2486 2487 2488 2489 2490  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2485 class RecoveryInstanceDataReplicationInitiationStep < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end  |