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.
14018 14019 14020 |
# File 'sig/types.rbs', line 14018 def client_token @client_token end |
#default_version ⇒ ::String
Returns the value of attribute default_version.
14021 14022 14023 |
# File 'sig/types.rbs', line 14021 def default_version @default_version end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14017 14018 14019 |
# File 'sig/types.rbs', line 14017 def dry_run @dry_run end |
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
14019 14020 14021 |
# File 'sig/types.rbs', line 14019 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
14020 14021 14022 |
# File 'sig/types.rbs', line 14020 def launch_template_name @launch_template_name end |