Module: Aws::Drs::Client::_GetLaunchConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::LaunchConfiguration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #copy_private_ip ⇒ Boolean
- #copy_tags ⇒ Boolean
- #ec2_launch_template_id ⇒ ::String
- #launch_disposition ⇒ "STOPPED", "STARTED"
- #launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
- #licensing ⇒ Types::Licensing
- #name ⇒ ::String
- #post_launch_enabled ⇒ Boolean
- #recovery_mode ⇒ "FAST", "OPTIMAL"
- #source_server_id ⇒ ::String
- #target_instance_type_right_sizing_method ⇒ "NONE", ...
Instance Method Details
#copy_private_ip ⇒ Boolean
499 |
# File 'sig/client.rbs', line 499
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
500 |
# File 'sig/client.rbs', line 500
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def ec2_launch_template_id: () -> ::String
|
#launch_disposition ⇒ "STOPPED", "STARTED"
497 |
# File 'sig/client.rbs', line 497
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
503 |
# File 'sig/client.rbs', line 503
def launch_into_instance_properties: () -> Types::LaunchIntoInstanceProperties
|
#licensing ⇒ Types::Licensing
501 |
# File 'sig/client.rbs', line 501
def licensing: () -> Types::Licensing
|
#name ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def name: () -> ::String
|
#post_launch_enabled ⇒ Boolean
502 |
# File 'sig/client.rbs', line 502
def post_launch_enabled: () -> bool
|
#recovery_mode ⇒ "FAST", "OPTIMAL"
504 |
# File 'sig/client.rbs', line 504
def recovery_mode: () -> ("FAST" | "OPTIMAL")
|
#source_server_id ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def source_server_id: () -> ::String
|
#target_instance_type_right_sizing_method ⇒ "NONE", ...
498 |
# File 'sig/client.rbs', line 498
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC" | "IN_AWS")
|