class Aws::OpsWorks::Types::DescribeInstancesRequest

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

data as a hash:

    {
      stack_id: "String",
      layer_id: "String",
      instance_ids: ["String"],
    }

@!attribute [rw] stack_id

A stack ID. If you use this parameter, `DescribeInstances` returns
descriptions of the instances associated with the specified stack.
@return [String]

@!attribute [rw] layer_id

A layer ID. If you use this parameter, `DescribeInstances` returns
descriptions of the instances associated with the specified layer.
@return [String]

@!attribute [rw] instance_ids

An array of instance IDs to be described. If you use this parameter,
`DescribeInstances` returns a description of the specified
instances. Otherwise, it returns a description of every instance.
@return [Array<String>]

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

Constants

SENSITIVE