Class: Aws::Drs::Types::DeleteLaunchConfigurationTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_configuration_template_idString

The ID of the Launch Configuration Template to be deleted.

Returns:

  • (String)


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