![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::AutomationExecution 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::SSM::AutomationExecution object: $service_obj->Method(Att1 => { AssociationId => $value, ..., Targets => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::AutomationExecution object: $result = $service_obj->Method(...); $result->Att1->AssociationId DESCRIPTIONDetailed information about the current state of an individual Automation execution. ATTRIBUTESAssociationId => StrThe ID of a State Manager association used in the Automation operation. AutomationExecutionId => StrThe execution ID. AutomationExecutionStatus => StrThe execution status of the Automation. AutomationSubtype => StrThe subtype of the Automation operation. Currently, the only supported value is "ChangeRequest". ChangeRequestName => StrThe name of the Change Manager change request. CurrentAction => StrThe action of the step that is currently running. CurrentStepName => StrThe name of the step that is currently running. DocumentName => StrThe name of the Automation document used during the execution. DocumentVersion => StrThe version of the document to use during execution. ExecutedBy => StrThe Amazon Resource Name (ARN) of the user who ran the automation. ExecutionEndTime => StrThe time the execution finished. ExecutionStartTime => StrThe time the execution started. FailureMessage => StrA message describing why an execution has failed, if the status is set to Failed. MaxConcurrency => StrThe MaxConcurrency value specified by the user when the execution started. MaxErrors => StrThe MaxErrors value specified by the user when the execution started. Mode => StrThe automation execution mode. OpsItemId => StrThe ID of an OpsItem that is created to represent a Change Manager change request. Outputs => Paws::SSM::AutomationParameterMapThe list of execution outputs as defined in the automation document. Parameters => Paws::SSM::AutomationParameterMapThe key-value map of execution parameters, which were supplied when calling StartAutomationExecution. ParentAutomationExecutionId => StrThe AutomationExecutionId of the parent automation. ProgressCounters => Paws::SSM::ProgressCountersAn aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution. ResolvedTargets => Paws::SSM::ResolvedTargetsA list of resolved targets in the rate control execution. Runbooks => ArrayRef[Paws::SSM::Runbook]Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received. ScheduledTime => StrThe date and time the Automation operation is scheduled to start. StepExecutions => ArrayRef[Paws::SSM::StepExecution]A list of details about the current state of all steps that comprise an execution. An Automation document contains a list of steps that are run in order. StepExecutionsTruncated => BoolA boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API action to get the full list of step executions. Target => StrThe target of the execution. TargetLocations => ArrayRef[Paws::SSM::TargetLocation]The combination of AWS Regions and/or AWS accounts where you want to run the Automation. TargetMaps => ArrayRef[Paws::SSM::TargetMap]The specified key-value mapping of document parameters to target resources. TargetParameterName => StrThe parameter name. Targets => ArrayRef[Paws::SSM::Target]The specified targets. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM 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>
|