Class: Aws::Types::UpdateLaunchConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLaunchConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_private_ip ⇒ Boolean
Returns the value of attribute copy_private_ip.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
-
#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
Returns the value of attribute launch_into_instance_properties.
-
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#post_launch_enabled ⇒ Boolean
Returns the value of attribute post_launch_enabled.
-
#recovery_mode ⇒ "FAST", "OPTIMAL"
Returns the value of attribute recovery_mode.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#target_instance_type_right_sizing_method ⇒ "NONE", ...
Returns the value of attribute target_instance_type_right_sizing_method.
Instance Attribute Details
#copy_private_ip ⇒ Boolean
Returns the value of attribute copy_private_ip.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def copy_private_ip @copy_private_ip end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def @copy_tags end |
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def launch_disposition @launch_disposition end |
#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
Returns the value of attribute launch_into_instance_properties.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def launch_into_instance_properties @launch_into_instance_properties end |
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def licensing @licensing end |
#name ⇒ ::String
Returns the value of attribute name.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def name @name end |
#post_launch_enabled ⇒ Boolean
Returns the value of attribute post_launch_enabled.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def post_launch_enabled @post_launch_enabled end |
#recovery_mode ⇒ "FAST", "OPTIMAL"
Returns the value of attribute recovery_mode.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def recovery_mode @recovery_mode end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def source_server_id @source_server_id end |
#target_instance_type_right_sizing_method ⇒ "NONE", ...
Returns the value of attribute target_instance_type_right_sizing_method.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def target_instance_type_right_sizing_method @target_instance_type_right_sizing_method end |