DeleteChapCredentialsInput
public struct DeleteChapCredentialsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The iSCSI initiator that connects to the target.
Declaration
Swift
public let initiatorName: String
-
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
Declaration
Swift
public let targetARN: String
-
Undocumented
Declaration
Swift
public init(initiatorName: String, targetARN: String)
-
Declaration
Swift
public func validate(name: String) throws