Class: Aws::Drs::Types::CreateLaunchConfigurationTemplateResponse

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

Created Launch Configuration Template.



252
253
254
255
256
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 252

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