Class: Aws::Types::DescribeGeneratedTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGeneratedTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#generated_template_id ⇒ ::String
Returns the value of attribute generated_template_id.
-
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#progress ⇒ Types::TemplateProgress
Returns the value of attribute progress.
-
#resources ⇒ ::Array[Types::ResourceDetail]
Returns the value of attribute resources.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
-
#total_warnings ⇒ ::Integer
Returns the value of attribute total_warnings.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
477 478 479 |
# File 'sig/types.rbs', line 477 def creation_time @creation_time end |
#generated_template_id ⇒ ::String
Returns the value of attribute generated_template_id.
472 473 474 |
# File 'sig/types.rbs', line 472 def generated_template_id @generated_template_id end |
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
473 474 475 |
# File 'sig/types.rbs', line 473 def generated_template_name @generated_template_name end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
478 479 480 |
# File 'sig/types.rbs', line 478 def last_updated_time @last_updated_time end |
#progress ⇒ Types::TemplateProgress
Returns the value of attribute progress.
479 480 481 |
# File 'sig/types.rbs', line 479 def progress @progress end |
#resources ⇒ ::Array[Types::ResourceDetail]
Returns the value of attribute resources.
474 475 476 |
# File 'sig/types.rbs', line 474 def resources @resources end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def stack_id @stack_id end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
475 476 477 |
# File 'sig/types.rbs', line 475 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
476 477 478 |
# File 'sig/types.rbs', line 476 def status_reason @status_reason end |
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
481 482 483 |
# File 'sig/types.rbs', line 481 def template_configuration @template_configuration end |
#total_warnings ⇒ ::Integer
Returns the value of attribute total_warnings.
482 483 484 |
# File 'sig/types.rbs', line 482 def total_warnings @total_warnings end |