Class: Aws::Types::TemplateDetails
- Inherits:
-
Object
- Object
- Aws::Types::TemplateDetails
- 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.
406 407 408 |
# File 'sig/types.rbs', line 406 def application_id @application_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
407 408 409 |
# File 'sig/types.rbs', line 407 def creation_time @creation_time end |
#expiration_time ⇒ ::String
Returns the value of attribute expiration_time.
408 409 410 |
# File 'sig/types.rbs', line 408 def expiration_time @expiration_time end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
409 410 411 |
# File 'sig/types.rbs', line 409 def semantic_version @semantic_version end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
410 411 412 |
# File 'sig/types.rbs', line 410 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def template_id @template_id end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
412 413 414 |
# File 'sig/types.rbs', line 412 def template_url @template_url end |