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.
4404 4405 4406 |
# File 'sig/types.rbs', line 4404 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4405 4406 4407 |
# File 'sig/types.rbs', line 4405 def launch_template_name @launch_template_name end |
#response_error ⇒ Types::ResponseError
Returns the value of attribute response_error.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def response_error @response_error end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def version_number @version_number end |