Class: Aws::Mgn::Types::RemoveSourceServerActionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Source server post migration account ID.

Returns:



5086
5087
5088
5089
5090
5091
5092
# File 'lib/aws-sdk-mgn/types.rb', line 5086

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

#action_idString

Source server post migration custom action ID to remove.

Returns:



5086
5087
5088
5089
5090
5091
5092
# File 'lib/aws-sdk-mgn/types.rb', line 5086

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

#source_server_idString

Source server ID of the post migration custom action to remove.

Returns:



5086
5087
5088
5089
5090
5091
5092
# File 'lib/aws-sdk-mgn/types.rb', line 5086

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