Module: Aws::Mgn::Client::_UpdateLaunchConfigurationResponseSuccess
- 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", ...
1636 |
# File 'sig/client.rbs', line 1636
def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE")
|
#copy_private_ip ⇒ Boolean
1633 |
# File 'sig/client.rbs', line 1633
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
1634 |
# File 'sig/client.rbs', line 1634
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
1630 |
# File 'sig/client.rbs', line 1630
def ec2_launch_template_id: () -> ::String
|
#enable_map_auto_tagging ⇒ Boolean
1638 |
# File 'sig/client.rbs', line 1638
def enable_map_auto_tagging: () -> bool
|
#launch_disposition ⇒ "STOPPED", "STARTED"
1631 |
# File 'sig/client.rbs', line 1631
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#licensing ⇒ Types::Licensing
1635 |
# File 'sig/client.rbs', line 1635
def licensing: () -> Types::Licensing
|
#map_auto_tagging_mpe_id ⇒ ::String
1639 |
# File 'sig/client.rbs', line 1639
def map_auto_tagging_mpe_id: () -> ::String
|
#name ⇒ ::String
1629 |
# File 'sig/client.rbs', line 1629
def name: () -> ::String
|
#post_launch_actions ⇒ Types::PostLaunchActions
1637 |
# File 'sig/client.rbs', line 1637
def post_launch_actions: () -> Types::PostLaunchActions
|
#source_server_id ⇒ ::String
1628 |
# File 'sig/client.rbs', line 1628
def source_server_id: () -> ::String
|
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
1632 |
# File 'sig/client.rbs', line 1632
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC")
|