Class: Aws::OpsWorks::Types::DescribeCommandsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeCommandsResult
- 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
-
#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 'lib/aws-sdk-opsworks/types.rb', line 2349 class DescribeCommandsResult < Struct.new( :commands) SENSITIVE = [] include Aws::Structure end |