class Aws::Mgn::Types::ChangeServerLifeCycleStateRequest

@note When making an API call, you may pass ChangeServerLifeCycleStateRequest

data as a hash:

    {
      life_cycle: { # required
        state: "READY_FOR_TEST", # required, accepts READY_FOR_TEST, READY_FOR_CUTOVER, CUTOVER
      },
      source_server_id: "SourceServerID", # required
    }

@!attribute [rw] life_cycle

The request to change the source server migration lifecycle state.
@return [Types::ChangeServerLifeCycleStateSourceServerLifecycle]

@!attribute [rw] source_server_id

The request to change the source server migration lifecycle state by
source server ID.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ChangeServerLifeCycleStateRequest AWS API Documentation

Constants

SENSITIVE