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

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

Source server post migration account ID.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3172

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

#action_idString

Source server post migration custom action ID to remove.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3172

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

#source_server_idString

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

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3172

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