Class: Aws::Drs::Types::UpdateLaunchConfigurationTemplateResponse

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_templateTypes::LaunchConfigurationTemplate

Updated Launch Configuration Template.



3812
3813
3814
3815
3816
# File 'lib/aws-sdk-drs/types.rb', line 3812

class UpdateLaunchConfigurationTemplateResponse < Struct.new(
  :launch_configuration_template)
  SENSITIVE = []
  include Aws::Structure
end