paws.storage (version 0.1.0)

storagegateway_list_volume_initiators: Lists iSCSI initiators that are connected to a volume

Description

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.

Usage

storagegateway_list_volume_initiators(VolumeARN)

Arguments

VolumeARN

[required] The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

Request syntax

svc$list_volume_initiators(
  VolumeARN = "string"
)