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", ...
625 |
# File 'sig/client.rbs', line 625
def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE")
|
#copy_private_ip ⇒ Boolean
622 |
# File 'sig/client.rbs', line 622
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
623 |
# File 'sig/client.rbs', line 623
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def ec2_launch_template_id: () -> ::String
|
#enable_map_auto_tagging ⇒ Boolean
627 |
# File 'sig/client.rbs', line 627
def enable_map_auto_tagging: () -> bool
|
#launch_disposition ⇒ "STOPPED", "STARTED"
620 |
# File 'sig/client.rbs', line 620
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#licensing ⇒ Types::Licensing
624 |
# File 'sig/client.rbs', line 624
def licensing: () -> Types::Licensing
|
#map_auto_tagging_mpe_id ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def map_auto_tagging_mpe_id: () -> ::String
|
#name ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def name: () -> ::String
|
#post_launch_actions ⇒ Types::PostLaunchActions
626 |
# File 'sig/client.rbs', line 626
def post_launch_actions: () -> Types::PostLaunchActions
|
#source_server_id ⇒ ::String
617 |
# File 'sig/client.rbs', line 617
def source_server_id: () -> ::String
|
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
621 |
# File 'sig/client.rbs', line 621
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC")
|