You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::GetCommandInvocationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetCommandInvocationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  command_id: "CommandId", # required
  instance_id: "InstanceId", # required
  plugin_name: "CommandPluginName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#command_idString

(Required) The parent command ID of the invocation plugin.

Returns:

  • (String)

    (Required) The parent command ID of the invocation plugin.

#instance_idString

(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.

Returns:

  • (String)

    (Required) The ID of the managed instance targeted by the command.

#plugin_nameString

(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.

Returns:

  • (String)

    (Optional) The name of the plugin for which you want detailed results.