Class: Aws::Types::CreateCloudFormationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudFormationTemplateResponse
- 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.
231 232 233 |
# File 'sig/types.rbs', line 231 def application_id @application_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
232 233 234 |
# File 'sig/types.rbs', line 232 def creation_time @creation_time end |
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
233 234 235 |
# File 'sig/types.rbs', line 233 def expiration_time @expiration_time end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
234 235 236 |
# File 'sig/types.rbs', line 234 def semantic_version @semantic_version end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
235 236 237 |
# File 'sig/types.rbs', line 235 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def template_id @template_id end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
237 238 239 |
# File 'sig/types.rbs', line 237 def template_url @template_url end |