You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::DescribeRaidArraysRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeRaidArraysRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)

    The instance ID.

#raid_array_idsArray<String>

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.

Returns:

  • (Array<String>)

    An array of RAID array IDs.

#stack_idString

The stack ID.

Returns:

  • (String)

    The stack ID.