class
Amazonite::CloudFormation::StackSetOperationResultSummary
- Amazonite::CloudFormation::StackSetOperationResultSummary
- Reference
- Object
Overview
The structure that contains information about a specified operation's results for a given account in a given Region.
Defined in:
cloudformation/stack_set_operation_result_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(account : String | Nil = nil, region : String | Nil = nil, status : StackSetOperationResultStatus | Nil = nil, status_reason : String | Nil = nil, account_gate_result : AccountGateResult | Nil = nil, organizational_unit_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account : String | Nil
[Self-managed permissions] The name of the Amazon Web Services account for this operation result.
-
#account=(account : String | Nil)
[Self-managed permissions] The name of the Amazon Web Services account for this operation result.
-
#account_gate_result : AccountGateResult | Nil
The results of the account gate function CloudFormation invokes, if present, before proceeding with StackSet operations in an account.
-
#account_gate_result=(account_gate_result : AccountGateResult | Nil)
The results of the account gate function CloudFormation invokes, if present, before proceeding with StackSet operations in an account.
-
#hash(hasher)
See
Object#hash(hasher) -
#organizational_unit_id : String | Nil
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
-
#organizational_unit_id=(organizational_unit_id : String | Nil)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
-
#region : String | Nil
The name of the Amazon Web Services Region for this operation result.
-
#region=(region : String | Nil)
The name of the Amazon Web Services Region for this operation result.
-
#status : StackSetOperationResultStatus | Nil
The result status of the StackSet operation for the given account in the given Region.
-
#status=(status : StackSetOperationResultStatus | Nil)
The result status of the StackSet operation for the given account in the given Region.
-
#status_reason : String | Nil
The reason for the assigned result status.
-
#status_reason=(status_reason : String | Nil)
The reason for the assigned result status.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
[Self-managed permissions] The name of the Amazon Web Services account for this operation result.
[Self-managed permissions] The name of the Amazon Web Services account for this operation result.
The results of the account gate function CloudFormation invokes, if present, before proceeding with StackSet operations in an account.
The results of the account gate function CloudFormation invokes, if present, before proceeding with StackSet operations in an account.
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
The name of the Amazon Web Services Region for this operation result.
The result status of the StackSet operation for the given account in the given Region.
-
CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the StackSet operation, or because the failure tolerance of the StackSet operation has been exceeded. -
FAILED: The operation in the specified account and Region failed.
If the StackSet operation fails in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded.
-
RUNNING: The operation in the specified account and Region is currently in progress. -
PENDING: The operation in the specified account and Region has yet to start. -
SUCCEEDED: The operation in the specified account and Region completed successfully.
The result status of the StackSet operation for the given account in the given Region.
-
CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the StackSet operation, or because the failure tolerance of the StackSet operation has been exceeded. -
FAILED: The operation in the specified account and Region failed.
If the StackSet operation fails in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded.
-
RUNNING: The operation in the specified account and Region is currently in progress. -
PENDING: The operation in the specified account and Region has yet to start. -
SUCCEEDED: The operation in the specified account and Region completed successfully.