![]() |
![]()
| ![]() |
![]()
NAMEPaws::CloudFormation::StackSetOperationSummary USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CloudFormation::StackSetOperationSummary object: $service_obj->Method(Att1 => { Action => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFormation::StackSetOperationSummary object: $result = $service_obj->Method(...); $result->Att1->Action DESCRIPTIONThe structures that contain summary information about the specified operation. ATTRIBUTESAction => StrThe type of operation: "CREATE", "UPDATE", or "DELETE". Create and delete operations affect only the specified stack instances that are associated with the specified stack set. Update operations affect both the stack set itself as well as all associated stack set instances. CreationTimestamp => StrThe time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because AWS CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks. EndTimestamp => StrThe time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region. OperationId => StrThe unique ID of the stack set operation. Status => StrThe overall status of the operation.
SEE ALSOThis class forms part of Paws, describing an object used in Paws::CloudFormation BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|