Class: Aws::Types::GetCloudFormationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudFormationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def application_id @application_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def template_id @template_id end |