Class: Aws::Types::ModifyLaunchTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyLaunchTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#default_version ⇒ ::String
Returns the value of attribute default_version.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
14363 14364 14365 |
# File 'sig/types.rbs', line 14363 def client_token @client_token end |
#default_version ⇒ ::String
Returns the value of attribute default_version.
14366 14367 14368 |
# File 'sig/types.rbs', line 14366 def default_version @default_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14362 14363 14364 |
# File 'sig/types.rbs', line 14362 def dry_run @dry_run end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
14364 14365 14366 |
# File 'sig/types.rbs', line 14364 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
14365 14366 14367 |
# File 'sig/types.rbs', line 14365 def launch_template_name @launch_template_name end |