Learn R Programming

paws.management (version 0.2.0)

opsworks_describe_raid_arrays: Describe an instance's RAID arrays

Description

Describe an instance's RAID arrays.

See https://paws-r.github.io/docs/opsworks/describe_raid_arrays.html for full documentation.

Usage

opsworks_describe_raid_arrays(
  InstanceId = NULL,
  StackId = NULL,
  RaidArrayIds = NULL
)

Arguments

InstanceId

The instance ID. If you use this parameter, describe_raid_arrays returns descriptions of the RAID arrays associated with the specified instance.

StackId

The stack ID.

RaidArrayIds

An array of RAID array IDs. If you use this parameter, describe_raid_arrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.