Class: Aws::Mgn::Types::ChangeServerLifeCycleStateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The request to change the source server migration account ID.

Returns:

  • (String)


236
237
238
239
240
241
242
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 236

class ChangeServerLifeCycleStateRequest < Struct.new(
  :account_id,
  :life_cycle,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#life_cycleTypes::ChangeServerLifeCycleStateSourceServerLifecycle

The request to change the source server migration lifecycle state.



236
237
238
239
240
241
242
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 236

class ChangeServerLifeCycleStateRequest < Struct.new(
  :account_id,
  :life_cycle,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

The request to change the source server migration lifecycle state by source server ID.

Returns:

  • (String)


236
237
238
239
240
241
242
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 236

class ChangeServerLifeCycleStateRequest < Struct.new(
  :account_id,
  :life_cycle,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end