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
- #source_server_id ⇒ ::String
- #target_instance_type_right_sizing_method ⇒ "NONE", ...
Instance Method Details
#copy_private_ip ⇒ Boolean
431 |
# File 'sig/client.rbs', line 431
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
432 |
# File 'sig/client.rbs', line 432
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def ec2_launch_template_id: () -> ::String
|
#launch_disposition ⇒ "STOPPED", "STARTED"
429 |
# File 'sig/client.rbs', line 429
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
435 |
# File 'sig/client.rbs', line 435
def launch_into_instance_properties: () -> Types::LaunchIntoInstanceProperties
|
#licensing ⇒ Types::Licensing
433 |
# File 'sig/client.rbs', line 433
def licensing: () -> Types::Licensing
|
#name ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def name: () -> ::String
|
#post_launch_enabled ⇒ Boolean
434 |
# File 'sig/client.rbs', line 434
def post_launch_enabled: () -> bool
|
#source_server_id ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def source_server_id: () -> ::String
|
#target_instance_type_right_sizing_method ⇒ "NONE", ...
430 |
# File 'sig/client.rbs', line 430
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC" | "IN_AWS")
|