Class: Aws::SSM::Types::AutomationExecutionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AutomationExecutionMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Details about a specific Automation execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm applied to your automation.
-
#association_id ⇒ String
The ID of a State Manager association used in the Automation operation.
-
#automation_execution_id ⇒ String
The execution ID.
-
#automation_execution_status ⇒ String
The status of the execution.
-
#automation_subtype ⇒ String
The subtype of the Automation operation.
-
#automation_type ⇒ String
Use this filter with DescribeAutomationExecutions.
-
#change_request_name ⇒ String
The name of the Change Manager change request.
-
#current_action ⇒ String
The action of the step that is currently running.
-
#current_step_name ⇒ String
The name of the step that is currently running.
-
#document_name ⇒ String
The name of the Automation runbook used during execution.
-
#document_version ⇒ String
The document version used during the execution.
-
#executed_by ⇒ String
The IAM role ARN of the user who ran the automation.
-
#execution_end_time ⇒ Time
The time the execution finished.
-
#execution_start_time ⇒ Time
The time the execution started.
-
#failure_message ⇒ String
The list of execution outputs as defined in the Automation runbook.
-
#log_file ⇒ String
An S3 bucket where execution information is stored.
-
#max_concurrency ⇒ String
The ‘MaxConcurrency` value specified by the user when starting the automation.
-
#max_errors ⇒ String
The ‘MaxErrors` value specified by the user when starting the automation.
-
#mode ⇒ String
The Automation execution mode.
-
#ops_item_id ⇒ String
The ID of an OpsItem that is created to represent a Change Manager change request.
-
#outputs ⇒ Hash<String,Array<String>>
The list of execution outputs as defined in the Automation runbook.
-
#parent_automation_execution_id ⇒ String
The execution ID of the parent automation.
-
#resolved_targets ⇒ Types::ResolvedTargets
A list of targets that resolved during the execution.
-
#runbooks ⇒ Array<Types::Runbook>
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
-
#scheduled_time ⇒ Time
The date and time the Automation operation is scheduled to start.
-
#target ⇒ String
The list of execution outputs as defined in the Automation runbook.
-
#target_maps ⇒ Array<Hash<String,Array<String>>>
The specified key-value mapping of document parameters to target resources.
-
#target_parameter_name ⇒ String
The list of execution outputs as defined in the Automation runbook.
-
#targets ⇒ Array<Types::Target>
The targets defined by the user when starting the automation.
-
#triggered_alarms ⇒ Array<Types::AlarmStateInformation>
The CloudWatch alarm that was invoked by the automation.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm applied to your automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The ID of a State Manager association used in the Automation operation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#automation_execution_id ⇒ String
The execution ID.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#automation_execution_status ⇒ String
The status of the execution.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#automation_subtype ⇒ String
The subtype of the Automation operation. Currently, the only supported value is ‘ChangeRequest`.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#automation_type ⇒ String
Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and Amazon Web Services accounts. For more information, see [Running Automation workflows in multiple Amazon Web Services Regions and accounts] in the *Amazon Web Services Systems Manager User Guide*.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#change_request_name ⇒ String
The name of the Change Manager change request.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#current_action ⇒ String
The action of the step that is currently running.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#current_step_name ⇒ String
The name of the step that is currently running.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#document_name ⇒ String
The name of the Automation runbook used during execution.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#document_version ⇒ String
The document version used during the execution.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#executed_by ⇒ String
The IAM role ARN of the user who ran the automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#execution_end_time ⇒ Time
The time the execution finished. This isn’t populated if the execution is still in progress.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#execution_start_time ⇒ Time
The time the execution started.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
The list of execution outputs as defined in the Automation runbook.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#log_file ⇒ String
An S3 bucket where execution information is stored.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#max_concurrency ⇒ String
The ‘MaxConcurrency` value specified by the user when starting the automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#max_errors ⇒ String
The ‘MaxErrors` value specified by the user when starting the automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The Automation execution mode.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of an OpsItem that is created to represent a Change Manager change request.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Hash<String,Array<String>>
The list of execution outputs as defined in the Automation runbook.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#parent_automation_execution_id ⇒ String
The execution ID of the parent automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#resolved_targets ⇒ Types::ResolvedTargets
A list of targets that resolved during the execution.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#runbooks ⇒ Array<Types::Runbook>
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
<note markdown=“1”> The Automation runbooks specified for the runbook workflow can’t run until all required approvals for the change request have been received.
</note>
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#scheduled_time ⇒ Time
The date and time the Automation operation is scheduled to start.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The list of execution outputs as defined in the Automation runbook.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#target_maps ⇒ Array<Hash<String,Array<String>>>
The specified key-value mapping of document parameters to target resources.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#target_parameter_name ⇒ String
The list of execution outputs as defined in the Automation runbook.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The targets defined by the user when starting the automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |
#triggered_alarms ⇒ Array<Types::AlarmStateInformation>
The CloudWatch alarm that was invoked by the automation.
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-ssm/types.rb', line 1590 class AutomationExecutionMetadata < Struct.new( :automation_execution_id, :document_name, :document_version, :automation_execution_status, :execution_start_time, :execution_end_time, :executed_by, :log_file, :outputs, :mode, :parent_automation_execution_id, :current_step_name, :current_action, :failure_message, :target_parameter_name, :targets, :target_maps, :resolved_targets, :max_concurrency, :max_errors, :target, :automation_type, :alarm_configuration, :triggered_alarms, :automation_subtype, :scheduled_time, :runbooks, :ops_item_id, :association_id, :change_request_name) SENSITIVE = [] include Aws::Structure end |