Class: Aws::SSM::Types::StartExecutionPreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartExecutionPreviewRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_name ⇒ String
The name of the Automation runbook to run.
-
#document_version ⇒ String
The version of the Automation runbook to run.
-
#execution_inputs ⇒ Types::ExecutionInputs
Information about the inputs that can be specified for the preview operation.
Instance Attribute Details
#document_name ⇒ String
The name of the Automation runbook to run. The result of the execution preview indicates what the impact would be of running this runbook.
18608 18609 18610 18611 18612 18613 18614 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18608 class StartExecutionPreviewRequest < Struct.new( :document_name, :document_version, :execution_inputs) SENSITIVE = [] include Aws::Structure end |
#document_version ⇒ String
The version of the Automation runbook to run. The default value is
$DEFAULT
.
18608 18609 18610 18611 18612 18613 18614 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18608 class StartExecutionPreviewRequest < Struct.new( :document_name, :document_version, :execution_inputs) SENSITIVE = [] include Aws::Structure end |
#execution_inputs ⇒ Types::ExecutionInputs
Information about the inputs that can be specified for the preview operation.
18608 18609 18610 18611 18612 18613 18614 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18608 class StartExecutionPreviewRequest < Struct.new( :document_name, :document_version, :execution_inputs) SENSITIVE = [] include Aws::Structure end |