Class: Aws::Types::DescribeTemplateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTemplateAliasRequest
- 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.
5244 5245 5246 |
# File 'sig/types.rbs', line 5244 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5242 5243 5244 |
# File 'sig/types.rbs', line 5242 def aws_account_id @aws_account_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
5243 5244 5245 |
# File 'sig/types.rbs', line 5243 def template_id @template_id end |