Container for the parameters to the DeleteChapCredentials operation.
            
This operation deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteChapCredentialsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteChapCredentialsRequest()()()() | Initializes a new instance of the DeleteChapCredentialsRequest class | 
|  | Equals(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.) | 
|  | InitiatorName | 
            The iSCSI initiator that connects to the target.
             
             Constraints: | 
|  | TargetARN | 
            The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the
            TargetARN for specified VolumeARN.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInitiatorName(String) | Obsolete. 
            Sets the InitiatorName property
             | 
|  | WithTargetARN(String) | Obsolete. 
            Sets the TargetARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteChapCredentialsRequest | |