You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::GetCommandInvocationRequestWhen passing GetCommandInvocationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
command_id: "CommandId", instance_id: "InstanceId", plugin_name: "CommandPluginName",
}
Instance Attribute Summary collapse
(Required) The parent command ID of the invocation plugin.
(Required) The ID of the managed instance targeted by the command.
(Optional) The name of the plugin for which you want detailed results.
(Required) The parent command ID of the invocation plugin.
#instance_id ⇒ String(Required) The ID of the managed instance targeted by the command. A managed instance can be an EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
#plugin_name ⇒ String(Optional) The name of the plugin for which you want detailed results. If the document contains only one plugin, the name can be omitted and the details will be returned.
Plugin names are also referred to as step names in Systems Manager documents.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4