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
Note:
When making an API call, you may pass ChangeServerLifeCycleStateSourceServerLifecycle data as a hash:
{
state: "READY_FOR_TEST", # required, accepts READY_FOR_TEST, READY_FOR_CUTOVER, CUTOVER
}
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.
92 93 94 95 96 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 92 class ChangeServerLifeCycleStateSourceServerLifecycle < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |