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
1648 |
# File 'sig/client.rbs', line 1648
def arn: () -> ::String
|
#associate_public_ip_address ⇒ Boolean
1657 |
# File 'sig/client.rbs', line 1657
def associate_public_ip_address: () -> bool
|
#boot_mode ⇒ "LEGACY_BIOS", ...
1660 |
# File 'sig/client.rbs', line 1660
def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE")
|
#copy_private_ip ⇒ Boolean
1656 |
# File 'sig/client.rbs', line 1656
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
1658 |
# File 'sig/client.rbs', line 1658
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
1653 |
# File 'sig/client.rbs', line 1653
def ec2_launch_template_id: () -> ::String
|
#enable_map_auto_tagging ⇒ Boolean
1650 |
# File 'sig/client.rbs', line 1650
def enable_map_auto_tagging: () -> bool
|
#enable_parameters_encryption ⇒ Boolean
1664 |
# File 'sig/client.rbs', line 1664
def enable_parameters_encryption: () -> bool
|
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
1663 |
# File 'sig/client.rbs', line 1663
def large_volume_conf: () -> Types::LaunchTemplateDiskConf
|
#launch_configuration_template_id ⇒ ::String
1647 |
# File 'sig/client.rbs', line 1647
def launch_configuration_template_id: () -> ::String
|
#launch_disposition ⇒ "STOPPED", "STARTED"
1654 |
# File 'sig/client.rbs', line 1654
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#licensing ⇒ Types::Licensing
1659 |
# File 'sig/client.rbs', line 1659
def licensing: () -> Types::Licensing
|
#map_auto_tagging_mpe_id ⇒ ::String
1651 |
# File 'sig/client.rbs', line 1651
def map_auto_tagging_mpe_id: () -> ::String
|
#parameters_encryption_key ⇒ ::String
1665 |
# File 'sig/client.rbs', line 1665
def parameters_encryption_key: () -> ::String
|
#post_launch_actions ⇒ Types::PostLaunchActions
1649 |
# File 'sig/client.rbs', line 1649
def post_launch_actions: () -> Types::PostLaunchActions
|
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
1662 |
# File 'sig/client.rbs', line 1662
def small_volume_conf: () -> Types::LaunchTemplateDiskConf
|
#small_volume_max_size ⇒ ::Integer
1661 |
# File 'sig/client.rbs', line 1661
def small_volume_max_size: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
1652 |
# File 'sig/client.rbs', line 1652
def tags: () -> ::Hash[::String, ::String]
|
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
1655 |
# File 'sig/client.rbs', line 1655
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC")
|