DescribeChapCredentialsInput

public struct DescribeChapCredentialsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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(targetARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws