#[non_exhaustive]pub struct StackSetOperationResultSummary { /* private fields */ }Expand description
The structure that contains information about a specified operation's results for a given account in a given Region.
Implementations
sourceimpl StackSetOperationResultSummary
impl StackSetOperationResultSummary
sourcepub fn account(&self) -> Option<&str>
pub fn account(&self) -> Option<&str>
[Self-managed permissions] The name of the Amazon Web Services account for this operation result.
sourcepub fn region(&self) -> Option<&str>
pub fn region(&self) -> Option<&str>
The name of the Amazon Web Services Region for this operation result.
sourcepub fn status(&self) -> Option<&StackSetOperationResultStatus>
pub fn status(&self) -> Option<&StackSetOperationResultStatus>
The result status of the stack set 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 stack set operation, or because the failure tolerance of the stack set operation has been exceeded. -
FAILED: The operation in the specified account and Region failed.If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set 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.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for the assigned result status.
sourcepub fn account_gate_result(&self) -> Option<&AccountGateResult>
pub fn account_gate_result(&self) -> Option<&AccountGateResult>
The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.
sourcepub fn organizational_unit_id(&self) -> Option<&str>
pub fn organizational_unit_id(&self) -> Option<&str>
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
sourceimpl StackSetOperationResultSummary
impl StackSetOperationResultSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StackSetOperationResultSummary.
Trait Implementations
sourceimpl Clone for StackSetOperationResultSummary
impl Clone for StackSetOperationResultSummary
sourcefn clone(&self) -> StackSetOperationResultSummary
fn clone(&self) -> StackSetOperationResultSummary
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more