Class: Aws::Types::UpdateLaunchConfigurationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLaunchConfigurationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
-
#boot_mode ⇒ "LEGACY_BIOS", ...
Returns the value of attribute boot_mode.
-
#copy_private_ip ⇒ Boolean
Returns the value of attribute copy_private_ip.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#enable_map_auto_tagging ⇒ Boolean
Returns the value of attribute enable_map_auto_tagging.
-
#enable_parameters_encryption ⇒ Boolean
Returns the value of attribute enable_parameters_encryption.
-
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
Returns the value of attribute large_volume_conf.
-
#launch_configuration_template_id ⇒ ::String
Returns the value of attribute launch_configuration_template_id.
-
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
-
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
-
#map_auto_tagging_mpe_id ⇒ ::String
Returns the value of attribute map_auto_tagging_mpe_id.
-
#parameters_encryption_key ⇒ ::String
Returns the value of attribute parameters_encryption_key.
-
#post_launch_actions ⇒ Types::PostLaunchActions
Returns the value of attribute post_launch_actions.
-
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
Returns the value of attribute small_volume_conf.
-
#small_volume_max_size ⇒ ::Integer
Returns the value of attribute small_volume_max_size.
-
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
Returns the value of attribute target_instance_type_right_sizing_method.
Instance Attribute Details
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def associate_public_ip_address @associate_public_ip_address end |
#boot_mode ⇒ "LEGACY_BIOS", ...
Returns the value of attribute boot_mode.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def boot_mode @boot_mode end |
#copy_private_ip ⇒ Boolean
Returns the value of attribute copy_private_ip.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def copy_private_ip @copy_private_ip end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def end |
#enable_map_auto_tagging ⇒ Boolean
Returns the value of attribute enable_map_auto_tagging.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def enable_map_auto_tagging @enable_map_auto_tagging end |
#enable_parameters_encryption ⇒ Boolean
Returns the value of attribute enable_parameters_encryption.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def enable_parameters_encryption @enable_parameters_encryption end |
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
Returns the value of attribute large_volume_conf.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def large_volume_conf @large_volume_conf end |
#launch_configuration_template_id ⇒ ::String
Returns the value of attribute launch_configuration_template_id.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def launch_configuration_template_id @launch_configuration_template_id end |
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def launch_disposition @launch_disposition end |
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def licensing @licensing end |
#map_auto_tagging_mpe_id ⇒ ::String
Returns the value of attribute map_auto_tagging_mpe_id.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def map_auto_tagging_mpe_id @map_auto_tagging_mpe_id end |
#parameters_encryption_key ⇒ ::String
Returns the value of attribute parameters_encryption_key.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def parameters_encryption_key @parameters_encryption_key end |
#post_launch_actions ⇒ Types::PostLaunchActions
Returns the value of attribute post_launch_actions.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def post_launch_actions @post_launch_actions end |
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
Returns the value of attribute small_volume_conf.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def small_volume_conf @small_volume_conf end |
#small_volume_max_size ⇒ ::Integer
Returns the value of attribute small_volume_max_size.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def small_volume_max_size @small_volume_max_size end |
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
Returns the value of attribute target_instance_type_right_sizing_method.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def target_instance_type_right_sizing_method @target_instance_type_right_sizing_method end |