Description Usage Arguments Value Request syntax
View source: R/storagegateway_operations.R
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.
1 | storagegateway_list_volume_initiators(VolumeARN)
|
VolumeARN |
[required] The Amazon Resource Name (ARN) of the volume. Use the
|
A list with the following syntax:
1 2 3 4 5 |
1 2 3 | svc$list_volume_initiators(
VolumeARN = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.