Class: Aws::OpsWorks::Types::DescribeCommandsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeCommandsResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a DescribeCommands
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commands ⇒ Array<Types::Command>
An array of
Command
objects that describe each of the specified commands.
Instance Attribute Details
#commands ⇒ Array<Types::Command>
An array of Command
objects that describe each of the specified
commands.
2349 2350 2351 2352 2353 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2349 class DescribeCommandsResult < Struct.new( :commands) SENSITIVE = [] include Aws::Structure end |