ListVolumeInitiatorsOutput
public struct ListVolumeInitiatorsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
Declaration
Swift
public let initiators: [String]? -
Undocumented
Declaration
Swift
public init(initiators: [String]? = nil)
View on GitHub
ListVolumeInitiatorsOutput Structure Reference