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

Class: Aws::OpsWorks::Types::Command

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

Overview

Describes a command.

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledged_atString

Date and time when the command was acknowledged.

Returns:

  • (String)

    Date and time when the command was acknowledged.

#command_idString

The command ID.

Returns:

  • (String)

    The command ID.

#completed_atString

Date when the command completed.

Returns:

  • (String)

    Date when the command completed.

#created_atString

Date and time when the command was run.

Returns:

  • (String)

    Date and time when the command was run.

#deployment_idString

The command deployment ID.

Returns:

  • (String)

    The command deployment ID.

#exit_codeInteger

The command exit code.

Returns:

  • (Integer)

    The command exit code.

#instance_idString

The ID of the instance where the command was executed.

Returns:

  • (String)

    The ID of the instance where the command was executed.

#log_urlString

The URL of the command log.

Returns:

  • (String)

    The URL of the command log.

#statusString

The command status:

  • failed

  • successful

  • skipped

  • pending

Returns:

  • (String)

    The command status:.

#typeString

The command type:

  • configure

  • deploy

  • execute_recipes

  • install_dependencies

  • restart

  • rollback

  • setup

  • start

  • stop

  • undeploy

  • update_custom_cookbooks

  • update_dependencies

Returns:

  • (String)

    The command type:.