Module: Aws::CloudFormation::Client::_DescribeGeneratedTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeGeneratedTemplateOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #generated_template_id ⇒ ::String
- #generated_template_name ⇒ ::String
- #last_updated_time ⇒ ::Time
- #progress ⇒ Types::TemplateProgress
- #resources ⇒ ::Array[Types::ResourceDetail]
- #stack_id ⇒ ::String
- #status ⇒ "CREATE_PENDING", ...
- #status_reason ⇒ ::String
- #template_configuration ⇒ Types::TemplateConfiguration
- #total_warnings ⇒ ::Integer
Instance Method Details
#creation_time ⇒ ::Time
570 |
# File 'sig/client.rbs', line 570 def creation_time: () -> ::Time |
#generated_template_id ⇒ ::String
565 |
# File 'sig/client.rbs', line 565 def generated_template_id: () -> ::String |
#generated_template_name ⇒ ::String
566 |
# File 'sig/client.rbs', line 566 def generated_template_name: () -> ::String |
#last_updated_time ⇒ ::Time
571 |
# File 'sig/client.rbs', line 571 def last_updated_time: () -> ::Time |
#progress ⇒ Types::TemplateProgress
572 |
# File 'sig/client.rbs', line 572 def progress: () -> Types::TemplateProgress |
#resources ⇒ ::Array[Types::ResourceDetail]
567 |
# File 'sig/client.rbs', line 567 def resources: () -> ::Array[Types::ResourceDetail] |
#stack_id ⇒ ::String
573 |
# File 'sig/client.rbs', line 573 def stack_id: () -> ::String |
#status ⇒ "CREATE_PENDING", ...
568 |
# File 'sig/client.rbs', line 568 def status: () -> ("CREATE_PENDING" | "UPDATE_PENDING" | "DELETE_PENDING" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "FAILED" | "COMPLETE") |
#status_reason ⇒ ::String
569 |
# File 'sig/client.rbs', line 569 def status_reason: () -> ::String |
#template_configuration ⇒ Types::TemplateConfiguration
574 |
# File 'sig/client.rbs', line 574 def template_configuration: () -> Types::TemplateConfiguration |
#total_warnings ⇒ ::Integer
575 |
# File 'sig/client.rbs', line 575 def total_warnings: () -> ::Integer |