A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/GetCommandInvocationResult.html below:

GetCommandInvocationResult — AWS SDK for Ruby V2

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

Class: Aws::SSM::Types::GetCommandInvocationResult
Inherits:
Struct show all
Defined in:
(unknown)
Overview Instance Attribute Summary collapse Instance Attribute Details #command_id ⇒ String

The parent command ID of the invocation plugin.

The comment text for the command.

#document_name ⇒ String

The name of the document that was run. For example, AWS-RunShellScript.

#document_version ⇒ String

The SSM document version used in the request.

#execution_elapsed_time ⇒ String

Duration since ExecutionStartDateTime.

#execution_end_date_time ⇒ String

The date and time the plugin was finished running. Date and time are written in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedAfter filter.

aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z

If the plugin has not started to run, the string is empty.

#execution_start_date_time ⇒ String

The date and time the plugin started running. Date and time are written in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the InvokedBefore filter.

aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z

If the plugin has not started to run, the string is empty.

#instance_id ⇒ String

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

The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.

#response_code ⇒ Integer

The error level response code for the plugin script. If the response code is -1, then the command has not started running on the instance, or it was not received by the instance.

#standard_error_content ⇒ String

The first 8,000 characters written by the plugin to stderr. If the command has not finished running, then this string is empty.

#standard_error_url ⇒ String

The URL for the complete text written by the plugin to stderr. If the command has not finished running, then this string is empty.

#standard_output_content ⇒ String

The first 24,000 characters written by the plugin to stdout. If the command has not finished running, if ExecutionStatus is neither Succeeded nor Failed, then this string is empty.

#standard_output_url ⇒ String

The URL for the complete text written by the plugin to stdout in Amazon S3. If an S3 bucket was not specified, then this string is empty.

#status ⇒ String

The status of this invocation plugin. This status can be different than StatusDetails.

Possible values:

#status_details ⇒ String

A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the AWS Systems Manager User Guide. StatusDetails can be one of the following values:


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