Class: Aws::Drs::Types::CreateLaunchConfigurationTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CreateLaunchConfigurationTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_template ⇒ Types::LaunchConfigurationTemplate
Created Launch Configuration Template.
Instance Attribute Details
#launch_configuration_template ⇒ Types::LaunchConfigurationTemplate
Created Launch Configuration Template.
252 253 254 255 256 |
# File 'lib/aws-sdk-drs/types.rb', line 252 class CreateLaunchConfigurationTemplateResponse < Struct.new( :launch_configuration_template) SENSITIVE = [] include Aws::Structure end |