Class: Aws::CloudFormation::Types::StackRefactorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackRefactorSummary
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
The summary of a stack refactor operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description to help you identify the refactor.
-
#execution_status ⇒ String
The operation status that's provided after calling the ExecuteStackRefactor action.
-
#execution_status_reason ⇒ String
A detailed explanation for the stack refactor
ExecutionStatus
. -
#stack_refactor_id ⇒ String
The ID associated with the stack refactor created from the CreateStackRefactor action.
-
#status ⇒ String
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
-
#status_reason ⇒ String
A detailed explanation for the stack refactor
Status
.
Instance Attribute Details
#description ⇒ String
A description to help you identify the refactor.
8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8896 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
The operation status that's provided after calling the ExecuteStackRefactor action.
8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8896 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#execution_status_reason ⇒ String
A detailed explanation for the stack refactor ExecutionStatus
.
8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8896 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#stack_refactor_id ⇒ String
The ID associated with the stack refactor created from the CreateStackRefactor action.
8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8896 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8896 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
A detailed explanation for the stack refactor Status
.
8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8896 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |