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.
4479 4480 4481 |
# File 'sig/types.rbs', line 4479 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4480 4481 4482 |
# File 'sig/types.rbs', line 4480 def launch_template_name @launch_template_name end |
#response_error ⇒ Types::ResponseError
Returns the value of attribute response_error.
4482 4483 4484 |
# File 'sig/types.rbs', line 4482 def response_error @response_error end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4481 4482 4483 |
# File 'sig/types.rbs', line 4481 def version_number @version_number end |