DeleteChapCredentialsOutput

public struct DeleteChapCredentialsOutput : 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 target.

    Declaration

    Swift

    public let targetARN: String?
  • Undocumented

    Declaration

    Swift

    public init(initiatorName: String? = nil, targetARN: String? = nil)