class Aws::OpsWorks::Types::DescribeRaidArraysRequest

@note When making an API call, you may pass DescribeRaidArraysRequest

data as a hash:

    {
      instance_id: "String",
      stack_id: "String",
      raid_array_ids: ["String"],
    }

@!attribute [rw] instance_id

The instance ID. If you use this parameter, `DescribeRaidArrays`
returns descriptions of the RAID arrays associated with the
specified instance.
@return [String]

@!attribute [rw] stack_id

The stack ID.
@return [String]

@!attribute [rw] raid_array_ids

An array of RAID array IDs. If you use this parameter,
`DescribeRaidArrays` returns descriptions of the specified arrays.
Otherwise, it returns a description of every array.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRaidArraysRequest AWS API Documentation

Constants

SENSITIVE