AWS SDK for .NET Documentation
DescribeCommandsRequest Class
AmazonAmazon.OpsWorks.ModelDescribeCommandsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeCommands operation. Describes the results of specified commands.
Note:

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Declaration Syntax
C#
public class DescribeCommandsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeCommandsRequest()()()()
Initializes a new instance of the DescribeCommandsRequest class

CommandIds
Gets and sets the property CommandIds.

An array of command IDs. If you include this parameter,

CopyC#
DescribeCommands
returns a description of the specified commands. Otherwise, it returns a description of every command.


DeploymentId
Gets and sets the property DeploymentId.

The deployment ID. If you include this parameter,

CopyC#
DescribeCommands
returns a description of the commands associated with the specified deployment.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceId
Gets and sets the property InstanceId.

The instance ID. If you include this parameter,

CopyC#
DescribeCommands
returns a description of the commands associated with the specified instance.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCommandIds(array<String>[]()[][]) Obsolete.
Sets the CommandIds property

WithCommandIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the CommandIds property

WithDeploymentId(String) Obsolete.
Sets the DeploymentId property

WithInstanceId(String) Obsolete.
Sets the InstanceId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeCommandsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)