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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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.



3862
3863
3864
3865
3866
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3862

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