Class: Aws::OpsWorks::Types::DescribeCommandsResult

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

Overview

Contains the response to a ‘DescribeCommands` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandsArray<Types::Command>

An array of ‘Command` objects that describe each of the specified commands.

Returns:



2342
2343
2344
2345
2346
# File 'lib/aws-sdk-opsworks/types.rb', line 2342

class DescribeCommandsResult < Struct.new(
  :commands)
  SENSITIVE = []
  include Aws::Structure
end