Class: Aws::Types::DeleteTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 def aws_account_id @aws_account_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def template_id @template_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def version_number @version_number end |