Module: Aws::Mgn::Client::_UpdateLaunchConfigurationTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::LaunchConfigurationTemplate]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associate_public_ip_address ⇒ Boolean
- #boot_mode ⇒ "LEGACY_BIOS", ...
- #copy_private_ip ⇒ Boolean
- #copy_tags ⇒ Boolean
- #ec2_launch_template_id ⇒ ::String
- #enable_map_auto_tagging ⇒ Boolean
- #enable_parameters_encryption ⇒ Boolean
- #large_volume_conf ⇒ Types::LaunchTemplateDiskConf
- #launch_configuration_template_id ⇒ ::String
- #launch_disposition ⇒ "STOPPED", "STARTED"
- #licensing ⇒ Types::Licensing
- #map_auto_tagging_mpe_id ⇒ ::String
- #parameters_encryption_key ⇒ ::String
- #post_launch_actions ⇒ Types::PostLaunchActions
- #small_volume_conf ⇒ Types::LaunchTemplateDiskConf
- #small_volume_max_size ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
Instance Method Details
#arn ⇒ ::String
1663 |
# File 'sig/client.rbs', line 1663 def arn: () -> ::String |
#associate_public_ip_address ⇒ Boolean
1672 |
# File 'sig/client.rbs', line 1672 def associate_public_ip_address: () -> bool |
#boot_mode ⇒ "LEGACY_BIOS", ...
1675 |
# File 'sig/client.rbs', line 1675 def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE") |
#copy_private_ip ⇒ Boolean
1671 |
# File 'sig/client.rbs', line 1671 def copy_private_ip: () -> bool |
#copy_tags ⇒ Boolean
1673 |
# File 'sig/client.rbs', line 1673 def copy_tags: () -> bool |
#ec2_launch_template_id ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668 def ec2_launch_template_id: () -> ::String |
#enable_map_auto_tagging ⇒ Boolean
1665 |
# File 'sig/client.rbs', line 1665 def enable_map_auto_tagging: () -> bool |
#enable_parameters_encryption ⇒ Boolean
1679 |
# File 'sig/client.rbs', line 1679 def enable_parameters_encryption: () -> bool |
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
1678 |
# File 'sig/client.rbs', line 1678 def large_volume_conf: () -> Types::LaunchTemplateDiskConf |
#launch_configuration_template_id ⇒ ::String
1662 |
# File 'sig/client.rbs', line 1662 def launch_configuration_template_id: () -> ::String |
#launch_disposition ⇒ "STOPPED", "STARTED"
1669 |
# File 'sig/client.rbs', line 1669 def launch_disposition: () -> ("STOPPED" | "STARTED") |
#licensing ⇒ Types::Licensing
1674 |
# File 'sig/client.rbs', line 1674 def licensing: () -> Types::Licensing |
#map_auto_tagging_mpe_id ⇒ ::String
1666 |
# File 'sig/client.rbs', line 1666 def map_auto_tagging_mpe_id: () -> ::String |
#parameters_encryption_key ⇒ ::String
1680 |
# File 'sig/client.rbs', line 1680 def parameters_encryption_key: () -> ::String |
#post_launch_actions ⇒ Types::PostLaunchActions
1664 |
# File 'sig/client.rbs', line 1664 def post_launch_actions: () -> Types::PostLaunchActions |
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
1677 |
# File 'sig/client.rbs', line 1677 def small_volume_conf: () -> Types::LaunchTemplateDiskConf |
#small_volume_max_size ⇒ ::Integer
1676 |
# File 'sig/client.rbs', line 1676 def small_volume_max_size: () -> ::Integer |
#tags ⇒ ::Hash[::String, ::String]
1667 |
# File 'sig/client.rbs', line 1667 def tags: () -> ::Hash[::String, ::String] |
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
1670 |
# File 'sig/client.rbs', line 1670 def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC") |