Class: Aws::Drs::Types::DeleteLaunchConfigurationTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteLaunchConfigurationTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_template_id ⇒ String
The ID of the Launch Configuration Template to be deleted.
Instance Attribute Details
#launch_configuration_template_id ⇒ String
The ID of the Launch Configuration Template to be deleted.
581 582 583 584 585 |
# File 'lib/aws-sdk-drs/types.rb', line 581 class DeleteLaunchConfigurationTemplateRequest < Struct.new( :launch_configuration_template_id) SENSITIVE = [] include Aws::Structure end |