Class: Aws::Types::CreateLaunchConfigurationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLaunchConfigurationTemplateRequest
- 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.
-
#export_bucket_arn ⇒ ::String
Returns the value of attribute export_bucket_arn.
-
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
-
#launch_into_source_instance ⇒ Boolean
Returns the value of attribute launch_into_source_instance.
-
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
-
#post_launch_enabled ⇒ Boolean
Returns the value of attribute post_launch_enabled.
-
#recovery_mode ⇒ "FAST", "OPTIMAL"
Returns the value of attribute recovery_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
82 83 84 |
# File 'sig/types.rbs', line 82 def copy_private_ip @copy_private_ip end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
83 84 85 |
# File 'sig/types.rbs', line 83 def @copy_tags end |
#export_bucket_arn ⇒ ::String
Returns the value of attribute export_bucket_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def export_bucket_arn @export_bucket_arn end |
#launch_disposition ⇒ "STOPPED", "STARTED"
Returns the value of attribute launch_disposition.
80 81 82 |
# File 'sig/types.rbs', line 80 def launch_disposition @launch_disposition end |
#launch_into_source_instance ⇒ Boolean
Returns the value of attribute launch_into_source_instance.
87 88 89 |
# File 'sig/types.rbs', line 87 def launch_into_source_instance @launch_into_source_instance end |
#licensing ⇒ Types::Licensing
Returns the value of attribute licensing.
84 85 86 |
# File 'sig/types.rbs', line 84 def licensing @licensing end |
#post_launch_enabled ⇒ Boolean
Returns the value of attribute post_launch_enabled.
86 87 88 |
# File 'sig/types.rbs', line 86 def post_launch_enabled @post_launch_enabled end |
#recovery_mode ⇒ "FAST", "OPTIMAL"
Returns the value of attribute recovery_mode.
88 89 90 |
# File 'sig/types.rbs', line 88 def recovery_mode @recovery_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
79 80 81 |
# File 'sig/types.rbs', line 79 def @tags end |
#target_instance_type_right_sizing_method ⇒ "NONE", ...
Returns the value of attribute target_instance_type_right_sizing_method.
81 82 83 |
# File 'sig/types.rbs', line 81 def target_instance_type_right_sizing_method @target_instance_type_right_sizing_method end |