opsworks_describe_volumes: Describes an instance's Amazon EBS volumes

View source: R/opsworks_operations.R

opsworks_describe_volumesR 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, describe_volumes returns descriptions of the volumes associated with the specified instance.

StackId

A stack ID. The action describes the stack's registered Amazon EBS volumes.

RaidArrayId

The RAID array ID. If you use this parameter, describe_volumes returns descriptions of the volumes associated with the specified RAID array.

VolumeIds

Am array of volume IDs. If you use this parameter, describe_volumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.