Class: Aws::Mgn::Types::DeleteLaunchConfigurationTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DeleteLaunchConfigurationTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_template_id ⇒ String
ID of resource to be deleted.
Instance Attribute Details
#launch_configuration_template_id ⇒ String
ID of resource to be deleted.
807 808 809 810 811 |
# File 'lib/aws-sdk-mgn/types.rb', line 807 class DeleteLaunchConfigurationTemplateRequest < Struct.new( :launch_configuration_template_id) SENSITIVE = [] include Aws::Structure end |