Class: Aws::Types::LaunchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LaunchConfiguration
- 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.
-
#ec2_launch_template_id ⇒ ::String
Returns the value of attribute ec2_launch_template_id.
-
#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.
632 633 634 |
# File 'sig/types.rbs', line 632 def copy_private_ip @copy_private_ip end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
633 634 635 |
# File 'sig/types.rbs', line 633 def @copy_tags end |
#ec2_launch_template_id ⇒ ::String
Returns the value of attribute ec2_launch_template_id.
629 630 631 |
# File 'sig/types.rbs', line 629 def ec2_launch_template_id @ec2_launch_template_id end |
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
630 631 632 |
# File 'sig/types.rbs', line 630 def launch_disposition @launch_disposition end |
#launch_into_instance_properties ⇒ Types::LaunchIntoInstanceProperties
Returns the value of attribute launch_into_instance_properties.
636 637 638 |
# File 'sig/types.rbs', line 636 def launch_into_instance_properties @launch_into_instance_properties end |
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
634 635 636 |
# File 'sig/types.rbs', line 634 def licensing @licensing end |
#name ⇒ ::String
Returns the value of attribute name.
628 629 630 |
# File 'sig/types.rbs', line 628 def name @name end |
#post_launch_enabled ⇒ Boolean
Returns the value of attribute post_launch_enabled.
635 636 637 |
# File 'sig/types.rbs', line 635 def post_launch_enabled @post_launch_enabled end |
#recovery_mode ⇒ "FAST", "OPTIMAL"
Returns the value of attribute recovery_mode.
637 638 639 |
# File 'sig/types.rbs', line 637 def recovery_mode @recovery_mode end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
627 628 629 |
# File 'sig/types.rbs', line 627 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.
631 632 633 |
# File 'sig/types.rbs', line 631 def target_instance_type_right_sizing_method @target_instance_type_right_sizing_method end |