Class: Aws::Mgn::Types::ChangeServerLifeCycleStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ChangeServerLifeCycleStateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The request to change the source server migration account ID.
-
#life_cycle ⇒ Types::ChangeServerLifeCycleStateSourceServerLifecycle
The request to change the source server migration lifecycle state.
-
#source_server_id ⇒ String
The request to change the source server migration lifecycle state by source server ID.
Instance Attribute Details
#account_id ⇒ String
The request to change the source server migration account ID.
236 237 238 239 240 241 242 |
# File '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_cycle ⇒ Types::ChangeServerLifeCycleStateSourceServerLifecycle
The request to change the source server migration lifecycle state.
236 237 238 239 240 241 242 |
# File '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_id ⇒ String
The request to change the source server migration lifecycle state by source server ID.
236 237 238 239 240 241 242 |
# File 'lib/aws-sdk-mgn/types.rb', line 236 class ChangeServerLifeCycleStateRequest < Struct.new( :account_id, :life_cycle, :source_server_id) SENSITIVE = [] include Aws::Structure end |