Class: Aws::Types::GetCloudFormationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudFormationTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def application_id @application_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
293 294 295 |
# File 'sig/types.rbs', line 293 def creation_time @creation_time end |
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
294 295 296 |
# File 'sig/types.rbs', line 294 def expiration_time @expiration_time end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
295 296 297 |
# File 'sig/types.rbs', line 295 def semantic_version @semantic_version end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
296 297 298 |
# File 'sig/types.rbs', line 296 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def template_id @template_id end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
298 299 300 |
# File 'sig/types.rbs', line 298 def template_url @template_url end |