Class: Aws::Types::LaunchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LaunchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#ec2_launch_template_id ⇒ ::String
Returns the value of attribute ec2_launch_template_id.
-
#enable_map_auto_tagging ⇒ Boolean
Returns the value of attribute enable_map_auto_tagging.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#post_launch_actions ⇒ Types::PostLaunchActions
Returns the value of attribute post_launch_actions.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
Returns the value of attribute target_instance_type_right_sizing_method.
Instance Attribute Details
#boot_mode ⇒ "LEGACY_BIOS", ...
Returns the value of attribute boot_mode.
696 697 698 |
# File 'sig/types.rbs', line 696 def boot_mode @boot_mode end |
#copy_private_ip ⇒ Boolean
Returns the value of attribute copy_private_ip.
693 694 695 |
# File 'sig/types.rbs', line 693 def copy_private_ip @copy_private_ip end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
694 695 696 |
# File 'sig/types.rbs', line 694 def @copy_tags end |
#ec2_launch_template_id ⇒ ::String
Returns the value of attribute ec2_launch_template_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def ec2_launch_template_id @ec2_launch_template_id end |
#enable_map_auto_tagging ⇒ Boolean
Returns the value of attribute enable_map_auto_tagging.
698 699 700 |
# File 'sig/types.rbs', line 698 def enable_map_auto_tagging @enable_map_auto_tagging end |
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
691 692 693 |
# File 'sig/types.rbs', line 691 def launch_disposition @launch_disposition end |
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
695 696 697 |
# File 'sig/types.rbs', line 695 def licensing @licensing end |
#map_auto_tagging_mpe_id ⇒ ::String
Returns the value of attribute map_auto_tagging_mpe_id.
699 700 701 |
# File 'sig/types.rbs', line 699 def map_auto_tagging_mpe_id @map_auto_tagging_mpe_id end |
#name ⇒ ::String
Returns the value of attribute name.
689 690 691 |
# File 'sig/types.rbs', line 689 def name @name end |
#post_launch_actions ⇒ Types::PostLaunchActions
Returns the value of attribute post_launch_actions.
697 698 699 |
# File 'sig/types.rbs', line 697 def post_launch_actions @post_launch_actions end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
688 689 690 |
# File 'sig/types.rbs', line 688 def source_server_id @source_server_id end |
#target_instance_type_right_sizing_method ⇒ "NONE", "BASIC"
Returns the value of attribute target_instance_type_right_sizing_method.
692 693 694 |
# File 'sig/types.rbs', line 692 def target_instance_type_right_sizing_method @target_instance_type_right_sizing_method end |