Class: Aws::Mgn::Types::RemoveTemplateActionRequest

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

#action_id ⇒ String

Template post migration custom action ID to remove.

Returns:

  • (String)


5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-mgn/types.rb', line 5309

class RemoveTemplateActionRequest < Struct.new(
  :launch_configuration_template_id,
  :action_id)
  SENSITIVE = []
  include Aws::Structure
end

#launch_configuration_template_id ⇒ String

Launch configuration template ID of the post migration custom action to remove.

Returns:

  • (String)


5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-mgn/types.rb', line 5309

class RemoveTemplateActionRequest < Struct.new(
  :launch_configuration_template_id,
  :action_id)
  SENSITIVE = []
  include Aws::Structure
end