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.
9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9139 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.
9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9139 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.
9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9139 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.
9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9139 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.
9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9139 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.
9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9139 class StackRefactorSummary < Struct.new( :stack_refactor_id, :description, :execution_status, :execution_status_reason, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |