Module: Aws::Mgn::Client::_CreateLaunchConfigurationTemplateResponseSuccess
- 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
217 |
# File 'sig/client.rbs', line 217
def arn: () -> ::String
|
#associate_public_ip_address ⇒ Boolean
226 |
# File 'sig/client.rbs', line 226
def associate_public_ip_address: () -> bool
|
#boot_mode ⇒ "LEGACY_BIOS", ...
229 |
# File 'sig/client.rbs', line 229
def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE")
|
#copy_private_ip ⇒ Boolean
225 |
# File 'sig/client.rbs', line 225
def copy_private_ip: () -> bool
|
#copy_tags ⇒ Boolean
227 |
# File 'sig/client.rbs', line 227
def copy_tags: () -> bool
|
#ec2_launch_template_id ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def ec2_launch_template_id: () -> ::String
|
#enable_map_auto_tagging ⇒ Boolean
219 |
# File 'sig/client.rbs', line 219
def enable_map_auto_tagging: () -> bool
|
#enable_parameters_encryption ⇒ Boolean
233 |
# File 'sig/client.rbs', line 233
def enable_parameters_encryption: () -> bool
|
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
232 |
# File 'sig/client.rbs', line 232
def large_volume_conf: () -> Types::LaunchTemplateDiskConf
|
#launch_configuration_template_id ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def launch_configuration_template_id: () -> ::String
|
#launch_disposition ⇒ "STOPPED", "STARTED"
223 |
# File 'sig/client.rbs', line 223
def launch_disposition: () -> ("STOPPED" | "STARTED")
|
#licensing ⇒ Types::Licensing
228 |
# File 'sig/client.rbs', line 228
def licensing: () -> Types::Licensing
|
#map_auto_tagging_mpe_id ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def map_auto_tagging_mpe_id: () -> ::String
|
#parameters_encryption_key ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def parameters_encryption_key: () -> ::String
|
#post_launch_actions ⇒ Types::PostLaunchActions
218 |
# File 'sig/client.rbs', line 218
def post_launch_actions: () -> Types::PostLaunchActions
|
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
231 |
# File 'sig/client.rbs', line 231
def small_volume_conf: () -> Types::LaunchTemplateDiskConf
|
#small_volume_max_size ⇒ ::Integer
230 |
# File 'sig/client.rbs', line 230
def small_volume_max_size: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
221 |
# File 'sig/client.rbs', line 221
def tags: () -> ::Hash[::String, ::String]
|
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
224 |
# File 'sig/client.rbs', line 224
def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC")
|