Class: Aws::Mgn::Types::ChangeServerLifeCycleStateSourceServerLifecycle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The request to change the source server migration lifecycle state.

Returns:

  • (String)


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