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.
14357 14358 14359 |
# File 'sig/types.rbs', line 14357 def client_token @client_token end |
#default_version ⇒ ::String
Returns the value of attribute default_version.
14360 14361 14362 |
# File 'sig/types.rbs', line 14360 def default_version @default_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14356 14357 14358 |
# File 'sig/types.rbs', line 14356 def dry_run @dry_run end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
14358 14359 14360 |
# File 'sig/types.rbs', line 14358 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
14359 14360 14361 |
# File 'sig/types.rbs', line 14359 def launch_template_name @launch_template_name end |