Class: Aws::Types::DescribeChangeSetOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChangeSetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#deployment_mode ⇒ "REVERT_DRIFT"
Returns the value of attribute deployment_mode.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
-
#import_existing_resources ⇒ Boolean
Returns the value of attribute import_existing_resources.
-
#include_nested_stacks ⇒ Boolean
Returns the value of attribute include_nested_stacks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#on_stack_failure ⇒ "DO_NOTHING", ...
Returns the value of attribute on_stack_failure.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#parent_change_set_id ⇒ ::String
Returns the value of attribute parent_change_set_id.
-
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
-
#root_change_set_id ⇒ ::String
Returns the value of attribute root_change_set_id.
-
#stack_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
437 438 439 |
# File 'sig/types.rbs', line 437 def capabilities @capabilities end |
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def change_set_id @change_set_id end |
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
424 425 426 |
# File 'sig/types.rbs', line 424 def change_set_name @change_set_name end |
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
439 440 441 |
# File 'sig/types.rbs', line 439 def changes @changes end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
430 431 432 |
# File 'sig/types.rbs', line 430 def creation_time @creation_time end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
447 448 449 |
# File 'sig/types.rbs', line 447 def deployment_config @deployment_config end |
#deployment_mode ⇒ "REVERT_DRIFT"
Returns the value of attribute deployment_mode.
446 447 448 |
# File 'sig/types.rbs', line 446 def deployment_mode @deployment_mode end |
#description ⇒ ::String
Returns the value of attribute description.
428 429 430 |
# File 'sig/types.rbs', line 428 def description @description end |
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
431 432 433 |
# File 'sig/types.rbs', line 431 def execution_status @execution_status end |
#import_existing_resources ⇒ Boolean
Returns the value of attribute import_existing_resources.
445 446 447 |
# File 'sig/types.rbs', line 445 def import_existing_resources @import_existing_resources end |
#include_nested_stacks ⇒ Boolean
Returns the value of attribute include_nested_stacks.
441 442 443 |
# File 'sig/types.rbs', line 441 def include_nested_stacks @include_nested_stacks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
440 441 442 |
# File 'sig/types.rbs', line 440 def next_token @next_token end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
435 436 437 |
# File 'sig/types.rbs', line 435 def notification_arns @notification_arns end |
#on_stack_failure ⇒ "DO_NOTHING", ...
Returns the value of attribute on_stack_failure.
444 445 446 |
# File 'sig/types.rbs', line 444 def on_stack_failure @on_stack_failure end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
429 430 431 |
# File 'sig/types.rbs', line 429 def parameters @parameters end |
#parent_change_set_id ⇒ ::String
Returns the value of attribute parent_change_set_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def parent_change_set_id @parent_change_set_id end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
436 437 438 |
# File 'sig/types.rbs', line 436 def rollback_configuration @rollback_configuration end |
#root_change_set_id ⇒ ::String
Returns the value of attribute root_change_set_id.
443 444 445 |
# File 'sig/types.rbs', line 443 def root_change_set_id @root_change_set_id end |
#stack_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
434 435 436 |
# File 'sig/types.rbs', line 434 def stack_drift_status @stack_drift_status end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
426 427 428 |
# File 'sig/types.rbs', line 426 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def stack_name @stack_name end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
432 433 434 |
# File 'sig/types.rbs', line 432 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
433 434 435 |
# File 'sig/types.rbs', line 433 def status_reason @status_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
438 439 440 |
# File 'sig/types.rbs', line 438 def @tags end |