Class: Aws::Types::UpdateLaunchConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLaunchConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def account_id @account_id end |
#boot_mode ⇒ "LEGACY_BIOS", ...
Returns the value of attribute boot_mode.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def boot_mode @boot_mode end |
#copy_private_ip ⇒ Boolean
Returns the value of attribute copy_private_ip.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def copy_private_ip @copy_private_ip end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def end |
#enable_map_auto_tagging ⇒ Boolean
Returns the value of attribute enable_map_auto_tagging.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def enable_map_auto_tagging @enable_map_auto_tagging end |
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def launch_disposition @launch_disposition end |
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def licensing @licensing end |
#map_auto_tagging_mpe_id ⇒ ::String
Returns the value of attribute map_auto_tagging_mpe_id.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def map_auto_tagging_mpe_id @map_auto_tagging_mpe_id end |
#name ⇒ ::String
Returns the value of attribute name.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def name @name end |
#post_launch_actions ⇒ Types::PostLaunchActions
Returns the value of attribute post_launch_actions.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def post_launch_actions @post_launch_actions end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 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.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def target_instance_type_right_sizing_method @target_instance_type_right_sizing_method end |