class Aws::OpsWorks::Types::Command

Describes a command.

@!attribute [rw] command_id

The command ID.
@return [String]

@!attribute [rw] instance_id

The ID of the instance where the command was executed.
@return [String]

@!attribute [rw] deployment_id

The command deployment ID.
@return [String]

@!attribute [rw] created_at

Date and time when the command was run.
@return [String]

@!attribute [rw] acknowledged_at

Date and time when the command was acknowledged.
@return [String]

@!attribute [rw] completed_at

Date when the command completed.
@return [String]

@!attribute [rw] status

The command status:

* failed

* successful

* skipped

* pending
@return [String]

@!attribute [rw] exit_code

The command exit code.
@return [Integer]

@!attribute [rw] log_url

The URL of the command log.
@return [String]

@!attribute [rw] type

The command type:

* `configure`

* `deploy`

* `execute_recipes`

* `install_dependencies`

* `restart`

* `rollback`

* `setup`

* `start`

* `stop`

* `undeploy`

* `update_custom_cookbooks`

* `update_dependencies`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Command AWS API Documentation

Constants

SENSITIVE