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.
13721 13722 13723 |
# File 'sig/types.rbs', line 13721 def client_token @client_token end |
#default_version ⇒ ::String
Returns the value of attribute default_version.
13724 13725 13726 |
# File 'sig/types.rbs', line 13724 def default_version @default_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13720 13721 13722 |
# File 'sig/types.rbs', line 13720 def dry_run @dry_run end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
13722 13723 13724 |
# File 'sig/types.rbs', line 13722 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
13723 13724 13725 |
# File 'sig/types.rbs', line 13723 def launch_template_name @launch_template_name end |