Class: Aws::Types::DeleteTemplateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTemplateAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
4079 4080 4081 |
# File 'sig/types.rbs', line 4079 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4077 4078 4079 |
# File 'sig/types.rbs', line 4077 def aws_account_id @aws_account_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
4078 4079 4080 |
# File 'sig/types.rbs', line 4078 def template_id @template_id end |