Class: Aws::SSM::Types::Runbook
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::Runbook
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Information about an Automation runbook used in a runbook workflow in Change Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_name ⇒ String
The name of the Automation runbook used in a runbook workflow.
-
#document_version ⇒ String
The version of the Automation runbook used in a runbook workflow.
-
#max_concurrency ⇒ String
The
MaxConcurrency
value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time. -
#max_errors ⇒ String
The
MaxErrors
value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back. -
#parameters ⇒ Hash<String,Array<String>>
The key-value map of execution parameters, which were supplied when calling
StartChangeRequestExecution
. -
#target_locations ⇒ Array<Types::TargetLocation>
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.
-
#target_maps ⇒ Array<Hash<String,Array<String>>>
A key-value mapping of runbook parameters to target resources.
-
#target_parameter_name ⇒ String
The name of the parameter used as the target resource for the rate-controlled runbook workflow.
-
#targets ⇒ Array<Types::Target>
A key-value mapping to target resources that the runbook operation performs tasks on.
Instance Attribute Details
#document_name ⇒ String
The name of the Automation runbook used in a runbook workflow.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#document_version ⇒ String
The version of the Automation runbook used in a runbook workflow.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#max_concurrency ⇒ String
The MaxConcurrency
value specified by the user when the operation
started, indicating the maximum number of resources that the runbook
operation can run on at the same time.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#max_errors ⇒ String
The MaxErrors
value specified by the user when the execution
started, indicating the maximum number of errors that can occur
during the operation before the updates are stopped or rolled back.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,Array<String>>
The key-value map of execution parameters, which were supplied when
calling StartChangeRequestExecution
.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#target_locations ⇒ Array<Types::TargetLocation>
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#target_maps ⇒ Array<Hash<String,Array<String>>>
A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can't be specified together.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#target_parameter_name ⇒ String
The name of the parameter used as the target resource for the
rate-controlled runbook workflow. Required if you specify Targets
.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
A key-value mapping to target resources that the runbook operation
performs tasks on. Required if you specify TargetParameterName
.
16822 16823 16824 16825 16826 16827 16828 16829 16830 16831 16832 16833 16834 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16822 class Runbook < Struct.new( :document_name, :document_version, :parameters, :target_parameter_name, :targets, :target_maps, :max_concurrency, :max_errors, :target_locations) SENSITIVE = [] include Aws::Structure end |