Class: Aws::Types::LaunchTemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#set_default_version ⇒ Boolean
Returns the value of attribute set_default_version.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def account_id @account_id end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def launch_template_id @launch_template_id end |
#set_default_version ⇒ Boolean
Returns the value of attribute set_default_version.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def set_default_version @set_default_version end |