UpdateChapCredentialsOutput

public struct UpdateChapCredentialsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

    Declaration

    Swift

    public let initiatorName: String?
  • The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

    Declaration

    Swift

    public let targetARN: String?
  • Undocumented

    Declaration

    Swift

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