opsworks_describe_volumes {paws.management} | R Documentation |
Describes an instance's Amazon EBS volumes
Description
Describes an instance's Amazon EBS volumes.
See https://www.paws-r-sdk.com/docs/opsworks_describe_volumes/ for full documentation.
Usage
opsworks_describe_volumes(
InstanceId = NULL,
StackId = NULL,
RaidArrayId = NULL,
VolumeIds = NULL
)
Arguments
InstanceId |
The instance ID. If you use this parameter,
|
StackId |
A stack ID. The action describes the stack's registered Amazon EBS volumes. |
RaidArrayId |
The RAID array ID. If you use this parameter,
|
VolumeIds |
Am array of volume IDs. If you use this parameter,
|
[Package paws.management version 0.7.0 Index]