Class: Aws::Mgn::Types::ChangeServerLifeCycleStateSourceServerLifecycle
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Mgn::Types::ChangeServerLifeCycleStateSourceServerLifecycle
 
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
The request to change the source server migration lifecycle state.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The request to change the source server migration lifecycle state. 
Instance Attribute Details
#state ⇒ String
The request to change the source server migration lifecycle state.
| 252 253 254 255 256 | # File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 252 class ChangeServerLifeCycleStateSourceServerLifecycle < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |