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>)


2332
2333
2334
2335
2336
2337
2338
# File 'lib/aws-sdk-opsworks/types.rb', line 2332

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)


2332
2333
2334
2335
2336
2337
2338
# File 'lib/aws-sdk-opsworks/types.rb', line 2332

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)


2332
2333
2334
2335
2336
2337
2338
# File 'lib/aws-sdk-opsworks/types.rb', line 2332

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