Method: Aws::Mgn::Types::UpdateLaunchConfigurationRequest#boot_mode

Defined in:
lib/aws-sdk-mgn/types.rb

#boot_modeString

Update Launch configuration boot mode request.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end