Class: Aws::OpsWorks::Types::DescribeCommandsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_idsArray<String>

An array of command IDs. If you include this parameter, ‘DescribeCommands` returns a description of the specified commands. Otherwise, it returns a description of every command.

Returns:

  • (Array<String>)


2325
2326
2327
2328
2329
2330
2331
# File 'lib/aws-sdk-opsworks/types.rb', line 2325

class DescribeCommandsRequest < Struct.new(
  :deployment_id,
  :instance_id,
  :command_ids)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The deployment ID. If you include this parameter, ‘DescribeCommands` returns a description of the commands associated with the specified deployment.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
# File 'lib/aws-sdk-opsworks/types.rb', line 2325

class DescribeCommandsRequest < Struct.new(
  :deployment_id,
  :instance_id,
  :command_ids)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The instance ID. If you include this parameter, ‘DescribeCommands` returns a description of the commands associated with the specified instance.

Returns:

  • (String)


2325
2326
2327
2328
2329
2330
2331
# File 'lib/aws-sdk-opsworks/types.rb', line 2325

class DescribeCommandsRequest < Struct.new(
  :deployment_id,
  :instance_id,
  :command_ids)
  SENSITIVE = []
  include Aws::Structure
end