Class: Aws::Types::DeleteLaunchTemplateVersionsResponseErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLaunchTemplateVersionsResponseErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
-
#response_error ⇒ Types::ResponseError
Returns the value of attribute response_error.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
4268 4269 4270 |
# File 'sig/types.rbs', line 4268 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4269 4270 4271 |
# File 'sig/types.rbs', line 4269 def launch_template_name @launch_template_name end |
#response_error ⇒ Types::ResponseError
Returns the value of attribute response_error.
4271 4272 4273 |
# File 'sig/types.rbs', line 4271 def response_error @response_error end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4270 4271 4272 |
# File 'sig/types.rbs', line 4270 def version_number @version_number end |