class Aws::StorageGateway::Types::DeleteChapCredentialsInput

A JSON object containing one or more of the following fields:

@note When making an API call, you may pass DeleteChapCredentialsInput

data as a hash:

    {
      target_arn: "TargetARN", # required
      initiator_name: "IqnName", # required
    }

@!attribute [rw] target_arn

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
DescribeStorediSCSIVolumes operation to return to retrieve the
TargetARN for specified VolumeARN.
@return [String]

@!attribute [rw] initiator_name

The iSCSI initiator that connects to the target.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteChapCredentialsInput AWS API Documentation

Constants

SENSITIVE