class Aws::OpsWorks::Types::DescribeVolumesRequest

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

data as a hash:

    {
      instance_id: "String",
      stack_id: "String",
      raid_array_id: "String",
      volume_ids: ["String"],
    }

@!attribute [rw] instance_id

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

@!attribute [rw] stack_id

A stack ID. The action describes the stack's registered Amazon EBS
volumes.
@return [String]

@!attribute [rw] raid_array_id

The RAID array ID. If you use this parameter, `DescribeVolumes`
returns descriptions of the volumes associated with the specified
RAID array.
@return [String]

@!attribute [rw] volume_ids

Am array of volume IDs. If you use this parameter, `DescribeVolumes`
returns descriptions of the specified volumes. Otherwise, it returns
a description of every volume.
@return [Array<String>]

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

Constants

SENSITIVE