Module: Aws::Mgn::Client::_GetLaunchConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::LaunchConfiguration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #boot_mode ⇒ "LEGACY_BIOS", ...
- #copy_private_ip ⇒ Boolean
- #copy_tags ⇒ Boolean
- #ec2_launch_template_id ⇒ ::String
- #enable_map_auto_tagging ⇒ Boolean
- #launch_disposition ⇒ "STOPPED", "STARTED"
- #licensing ⇒ Types::Licensing
- #map_auto_tagging_mpe_id ⇒ ::String
- #name ⇒ ::String
- #post_launch_actions ⇒ Types::PostLaunchActions
- #source_server_id ⇒ ::String
- #target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
Instance Method Details
#boot_mode ⇒ "LEGACY_BIOS", ...
638 |
# File 'sig/client.rbs', line 638 def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE") |
#copy_private_ip ⇒ Boolean
635 |
# File 'sig/client.rbs', line 635 def copy_private_ip: () -> bool |
#copy_tags ⇒ Boolean
636 |
# File 'sig/client.rbs', line 636 def copy_tags: () -> bool |
#ec2_launch_template_id ⇒ ::String
632 |
# File 'sig/client.rbs', line 632 def ec2_launch_template_id: () -> ::String |
#enable_map_auto_tagging ⇒ Boolean
640 |
# File 'sig/client.rbs', line 640 def enable_map_auto_tagging: () -> bool |
#launch_disposition ⇒ "STOPPED", "STARTED"
633 |
# File 'sig/client.rbs', line 633 def launch_disposition: () -> ("STOPPED" | "STARTED") |
#licensing ⇒ Types::Licensing
637 |
# File 'sig/client.rbs', line 637 def licensing: () -> Types::Licensing |
#map_auto_tagging_mpe_id ⇒ ::String
641 |
# File 'sig/client.rbs', line 641 def map_auto_tagging_mpe_id: () -> ::String |
#name ⇒ ::String
631 |
# File 'sig/client.rbs', line 631 def name: () -> ::String |
#post_launch_actions ⇒ Types::PostLaunchActions
639 |
# File 'sig/client.rbs', line 639 def post_launch_actions: () -> Types::PostLaunchActions |
#source_server_id ⇒ ::String
630 |
# File 'sig/client.rbs', line 630 def source_server_id: () -> ::String |
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
634 |
# File 'sig/client.rbs', line 634 def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC") |