Class: Aws::CloudFormation::Types::ChangeSetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ChangeSetSummary
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
The ChangeSetSummary
structure describes a change set, its status,
and the stack with which it's associated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_set_id ⇒ String
The ID of the change set.
-
#change_set_name ⇒ String
The name of the change set.
-
#creation_time ⇒ Time
The start time when the change set was created, in UTC.
-
#description ⇒ String
Descriptive information about the change set.
-
#execution_status ⇒ String
If the change set execution status is
AVAILABLE
, you can execute the change set. -
#import_existing_resources ⇒ Boolean
Indicates if the change set imports resources that already exist.
-
#include_nested_stacks ⇒ Boolean
Specifies the current setting of
IncludeNestedStacks
for the change set. -
#parent_change_set_id ⇒ String
The parent change set ID.
-
#root_change_set_id ⇒ String
The root change set ID.
-
#stack_id ⇒ String
The ID of the stack with which the change set is associated.
-
#stack_name ⇒ String
The name of the stack with which the change set is associated.
-
#status ⇒ String
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
. -
#status_reason ⇒ String
A description of the change set's status.
Instance Attribute Details
#change_set_id ⇒ String
The ID of the change set.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#change_set_name ⇒ String
The name of the change set.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The start time when the change set was created, in UTC.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Descriptive information about the change set.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
If the change set execution status is AVAILABLE
, you can execute
the change set. If you can't execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because CloudFormation is still creating it or
in an OBSOLETE
state because the stack was already updated.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#import_existing_resources ⇒ Boolean
Indicates if the change set imports resources that already exist.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#include_nested_stacks ⇒ Boolean
Specifies the current setting of IncludeNestedStacks
for the
change set.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#parent_change_set_id ⇒ String
The parent change set ID.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#root_change_set_id ⇒ String
The root change set ID.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The ID of the stack with which the change set is associated.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack with which the change set is associated.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
A description of the change set's status. For example, if your
change set is in the FAILED
state, CloudFormation shows the error
message.
592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 592 class ChangeSetSummary < Struct.new( :stack_id, :stack_name, :change_set_id, :change_set_name, :execution_status, :status, :status_reason, :creation_time, :description, :include_nested_stacks, :parent_change_set_id, :root_change_set_id, :import_existing_resources) SENSITIVE = [] include Aws::Structure end |