Method: Aws::Drs::Types::UpdateLaunchConfigurationRequest#licensing
- Defined in:
- lib/aws-sdk-drs/types.rb
#licensing ⇒ Types::Licensing
The licensing configuration to be used for this launch configuration.
3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-drs/types.rb', line 3788 class UpdateLaunchConfigurationRequest < Struct.new( :copy_private_ip, :copy_tags, :launch_disposition, :launch_into_instance_properties, :licensing, :name, :post_launch_enabled, :source_server_id, :target_instance_type_right_sizing_method) SENSITIVE = [] include Aws::Structure end |