Class: Aws::Mgn::Types::RemoveTemplateActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::RemoveTemplateActionRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_id ⇒ String
Template post migration custom action ID to remove.
-
#launch_configuration_template_id ⇒ String
Launch configuration template ID of the post migration custom action to remove.
Instance Attribute Details
#action_id ⇒ String
Template post migration custom action ID to remove.
3195 3196 3197 3198 3199 3200 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3195 class RemoveTemplateActionRequest < Struct.new( :action_id, :launch_configuration_template_id) SENSITIVE = [] include Aws::Structure end |
#launch_configuration_template_id ⇒ String
Launch configuration template ID of the post migration custom action to remove.
3195 3196 3197 3198 3199 3200 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3195 class RemoveTemplateActionRequest < Struct.new( :action_id, :launch_configuration_template_id) SENSITIVE = [] include Aws::Structure end |