Class: Aws::Drs::Types::UpdateLaunchConfigurationTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UpdateLaunchConfigurationTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_template ⇒ Types::LaunchConfigurationTemplate
Updated Launch Configuration Template.
Instance Attribute Details
#launch_configuration_template ⇒ Types::LaunchConfigurationTemplate
Updated Launch Configuration Template.
3862 3863 3864 3865 3866 |
# File 'lib/aws-sdk-drs/types.rb', line 3862 class UpdateLaunchConfigurationTemplateResponse < Struct.new( :launch_configuration_template) SENSITIVE = [] include Aws::Structure end |