Module: Aws::Drs::Client::_UpdateLaunchConfigurationResponseSuccess
- 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
728 |
# File 'sig/client.rbs', line 728
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
729 |
# File 'sig/client.rbs', line 729
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def ec2_launch_template_id: () -> ::String
|
#launch_disposition ⇒ "STOPPED", "STARTED"
726 |
# File 'sig/client.rbs', line 726
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
732 |
# File 'sig/client.rbs', line 732
def launch_into_instance_properties: () -> Types::LaunchIntoInstanceProperties
|
#licensing ⇒ Types::Licensing
730 |
# File 'sig/client.rbs', line 730
def licensing: () -> Types::Licensing
|
#name ⇒ ::String
724 |
# File 'sig/client.rbs', line 724
def name: () -> ::String
|
#post_launch_enabled ⇒ Boolean
731 |
# File 'sig/client.rbs', line 731
def post_launch_enabled: () -> bool
|
#source_server_id ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def source_server_id: () -> ::String
|
#target_instance_type_right_sizing_method ⇒ "NONE", ...
727 |
# File 'sig/client.rbs', line 727
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC" | "IN_AWS")
|