Class: Aws::OpsWorks::Types::Command
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::Command
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes a command.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acknowledged_at ⇒ String
Date and time when the command was acknowledged.
-
#command_id ⇒ String
The command ID.
-
#completed_at ⇒ String
Date when the command completed.
-
#created_at ⇒ String
Date and time when the command was run.
-
#deployment_id ⇒ String
The command deployment ID.
-
#exit_code ⇒ Integer
The command exit code.
-
#instance_id ⇒ String
The ID of the instance where the command was executed.
-
#log_url ⇒ String
The URL of the command log.
-
#status ⇒ String
The command status:.
-
#type ⇒ String
The command type:.
Instance Attribute Details
#acknowledged_at ⇒ String
Date and time when the command was acknowledged.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#command_id ⇒ String
The command ID.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#completed_at ⇒ String
Date when the command completed.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
Date and time when the command was run.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The command deployment ID.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#exit_code ⇒ Integer
The command exit code.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance where the command was executed.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#log_url ⇒ String
The URL of the command log.
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The command status:
-
failed
-
successful
-
skipped
-
pending
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The command type:
-
‘configure`
-
‘deploy`
-
‘execute_recipes`
-
‘install_dependencies`
-
‘restart`
-
‘rollback`
-
‘setup`
-
‘start`
-
‘stop`
-
‘undeploy`
-
‘update_custom_cookbooks`
-
‘update_dependencies`
906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 906 class Command < Struct.new( :command_id, :instance_id, :deployment_id, :created_at, :acknowledged_at, :completed_at, :status, :exit_code, :log_url, :type) SENSITIVE = [] include Aws::Structure end |