Lists iSCSI initiators that are connected to a volume. You can use this operation to determine whether a volume is being used or not. This operation is only supported in the cached volume and stored volume gateway types.
storagegateway_list_volume_initiators(VolumeARN)
A list with the following syntax:
list(
Initiators = list(
"string"
)
)
[required] The Amazon Resource Name (ARN) of the volume. Use the
list_volumes
operation to return a list
of gateway volumes for the gateway.
svc$list_volume_initiators(
VolumeARN = "string"
)