Module: Aws::CloudFormation::Client::_DescribeChangeSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChangeSetOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
- #change_set_id ⇒ ::String
- #change_set_name ⇒ ::String
- #changes ⇒ ::Array[Types::Change]
- #creation_time ⇒ ::Time
- #deployment_config ⇒ Types::DeploymentConfig
- #deployment_mode ⇒ "REVERT_DRIFT"
- #description ⇒ ::String
- #execution_status ⇒ "UNAVAILABLE", ...
- #import_existing_resources ⇒ Boolean
- #include_nested_stacks ⇒ Boolean
- #next_token ⇒ ::String
- #notification_arns ⇒ ::Array[::String]
- #on_stack_failure ⇒ "DO_NOTHING", ...
- #parameters ⇒ ::Array[Types::Parameter]
- #parent_change_set_id ⇒ ::String
- #rollback_configuration ⇒ Types::RollbackConfiguration
- #root_change_set_id ⇒ ::String
- #stack_drift_status ⇒ "DRIFTED", ...
- #stack_id ⇒ ::String
- #stack_name ⇒ ::String
- #status ⇒ "CREATE_PENDING", ...
- #status_reason ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
506 |
# File 'sig/client.rbs', line 506 def capabilities: () -> ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")] |
#change_set_id ⇒ ::String
494 |
# File 'sig/client.rbs', line 494 def change_set_id: () -> ::String |
#change_set_name ⇒ ::String
493 |
# File 'sig/client.rbs', line 493 def change_set_name: () -> ::String |
#changes ⇒ ::Array[Types::Change]
508 |
# File 'sig/client.rbs', line 508 def changes: () -> ::Array[Types::Change] |
#creation_time ⇒ ::Time
499 |
# File 'sig/client.rbs', line 499 def creation_time: () -> ::Time |
#deployment_config ⇒ Types::DeploymentConfig
516 |
# File 'sig/client.rbs', line 516 def deployment_config: () -> Types::DeploymentConfig |
#deployment_mode ⇒ "REVERT_DRIFT"
515 |
# File 'sig/client.rbs', line 515 def deployment_mode: () -> ("REVERT_DRIFT") |
#description ⇒ ::String
497 |
# File 'sig/client.rbs', line 497 def description: () -> ::String |
#execution_status ⇒ "UNAVAILABLE", ...
500 |
# File 'sig/client.rbs', line 500 def execution_status: () -> ("UNAVAILABLE" | "AVAILABLE" | "EXECUTE_IN_PROGRESS" | "EXECUTE_COMPLETE" | "EXECUTE_FAILED" | "OBSOLETE") |
#import_existing_resources ⇒ Boolean
514 |
# File 'sig/client.rbs', line 514 def import_existing_resources: () -> bool |
#include_nested_stacks ⇒ Boolean
510 |
# File 'sig/client.rbs', line 510 def include_nested_stacks: () -> bool |
#next_token ⇒ ::String
509 |
# File 'sig/client.rbs', line 509 def next_token: () -> ::String |
#notification_arns ⇒ ::Array[::String]
504 |
# File 'sig/client.rbs', line 504 def notification_arns: () -> ::Array[::String] |
#on_stack_failure ⇒ "DO_NOTHING", ...
513 |
# File 'sig/client.rbs', line 513 def on_stack_failure: () -> ("DO_NOTHING" | "ROLLBACK" | "DELETE") |
#parameters ⇒ ::Array[Types::Parameter]
498 |
# File 'sig/client.rbs', line 498 def parameters: () -> ::Array[Types::Parameter] |
#parent_change_set_id ⇒ ::String
511 |
# File 'sig/client.rbs', line 511 def parent_change_set_id: () -> ::String |
#rollback_configuration ⇒ Types::RollbackConfiguration
505 |
# File 'sig/client.rbs', line 505 def rollback_configuration: () -> Types::RollbackConfiguration |
#root_change_set_id ⇒ ::String
512 |
# File 'sig/client.rbs', line 512 def root_change_set_id: () -> ::String |
#stack_drift_status ⇒ "DRIFTED", ...
503 |
# File 'sig/client.rbs', line 503 def stack_drift_status: () -> ("DRIFTED" | "IN_SYNC" | "UNKNOWN" | "NOT_CHECKED") |
#stack_id ⇒ ::String
495 |
# File 'sig/client.rbs', line 495 def stack_id: () -> ::String |
#stack_name ⇒ ::String
496 |
# File 'sig/client.rbs', line 496 def stack_name: () -> ::String |
#status ⇒ "CREATE_PENDING", ...
501 |
# File 'sig/client.rbs', line 501 def status: () -> ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "FAILED") |
#status_reason ⇒ ::String
502 |
# File 'sig/client.rbs', line 502 def status_reason: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
507 |
# File 'sig/client.rbs', line 507 def tags: () -> ::Array[Types::Tag] |