Module: Aws::Mgn::Client::_CreateLaunchConfigurationTemplateResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::LaunchConfigurationTemplate]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


217
# File 'sig/client.rbs', line 217

def arn: () -> ::String

#associate_public_ip_addressBoolean

Returns:

  • (Boolean)


226
# File 'sig/client.rbs', line 226

def associate_public_ip_address: () -> bool

#boot_mode"LEGACY_BIOS", ...

Returns:

  • ("LEGACY_BIOS", "UEFI", "USE_SOURCE")


229
# File 'sig/client.rbs', line 229

def boot_mode: () -> ("LEGACY_BIOS" | "UEFI" | "USE_SOURCE")

#copy_private_ipBoolean

Returns:

  • (Boolean)


225
# File 'sig/client.rbs', line 225

def copy_private_ip: () -> bool

#copy_tagsBoolean

Returns:

  • (Boolean)


227
# File 'sig/client.rbs', line 227

def copy_tags: () -> bool

#ec2_launch_template_id::String

Returns:

  • (::String)


222
# File 'sig/client.rbs', line 222

def ec2_launch_template_id: () -> ::String

#enable_map_auto_taggingBoolean

Returns:

  • (Boolean)


219
# File 'sig/client.rbs', line 219

def enable_map_auto_tagging: () -> bool

#enable_parameters_encryptionBoolean

Returns:

  • (Boolean)


233
# File 'sig/client.rbs', line 233

def enable_parameters_encryption: () -> bool

#large_volume_confTypes::LaunchTemplateDiskConf



232
# File 'sig/client.rbs', line 232

def large_volume_conf: () -> Types::LaunchTemplateDiskConf

#launch_configuration_template_id::String

Returns:

  • (::String)


216
# File 'sig/client.rbs', line 216

def launch_configuration_template_id: () -> ::String

#launch_disposition"STOPPED", "STARTED"

Returns:

  • ("STOPPED", "STARTED")


223
# File 'sig/client.rbs', line 223

def launch_disposition: () -> ("STOPPED" | "STARTED")

#licensingTypes::Licensing

Returns:



228
# File 'sig/client.rbs', line 228

def licensing: () -> Types::Licensing

#map_auto_tagging_mpe_id::String

Returns:

  • (::String)


220
# File 'sig/client.rbs', line 220

def map_auto_tagging_mpe_id: () -> ::String

#parameters_encryption_key::String

Returns:

  • (::String)


234
# File 'sig/client.rbs', line 234

def parameters_encryption_key: () -> ::String

#post_launch_actionsTypes::PostLaunchActions



218
# File 'sig/client.rbs', line 218

def post_launch_actions: () -> Types::PostLaunchActions

#small_volume_confTypes::LaunchTemplateDiskConf



231
# File 'sig/client.rbs', line 231

def small_volume_conf: () -> Types::LaunchTemplateDiskConf

#small_volume_max_size::Integer

Returns:

  • (::Integer)


230
# File 'sig/client.rbs', line 230

def small_volume_max_size: () -> ::Integer

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


221
# File 'sig/client.rbs', line 221

def tags: () -> ::Hash[::String, ::String]

#target_instance_type_right_sizing_method"NONE", "BASIC"

Returns:

  • ("NONE", "BASIC")


224
# File 'sig/client.rbs', line 224

def target_instance_type_right_sizing_method: () -> ("NONE" | "BASIC")