class Amazonite::CloudFormation::StackSetOperationResultSummary

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def 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) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def account : String | Nil #

[Self-managed permissions] The name of the Amazon Web Services account for this operation result.


[View source]
def account=(account : String | Nil) #

[Self-managed permissions] The name of the Amazon Web Services account for this operation result.


[View source]
def account_gate_result : AccountGateResult | Nil #

The results of the account gate function CloudFormation invokes, if present, before proceeding with StackSet operations in an account.


[View source]
def 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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def organizational_unit_id : String | Nil #

[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.


[View source]
def 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.


[View source]
def region : String | Nil #

The name of the Amazon Web Services Region for this operation result.


[View source]
def region=(region : String | Nil) #

The name of the Amazon Web Services Region for this operation result.


[View source]
def status : StackSetOperationResultStatus | Nil #

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.


[View source]
def status=(status : StackSetOperationResultStatus | Nil) #

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.


[View source]
def status_reason : String | Nil #

The reason for the assigned result status.


[View source]
def status_reason=(status_reason : String | Nil) #

The reason for the assigned result status.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]