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

Class: Aws::CloudFormation::Types::StackInstanceFilter

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

Overview

Note:

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

{
  name: "DETAILED_STATUS", # accepts DETAILED_STATUS
  values: "StackInstanceFilterValues",
}

The status that stack instances are filtered by.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The type of filter to apply.

Possible values:

  • DETAILED_STATUS

Returns:

  • (String)

    The type of filter to apply.

#valuesString

The status to filter by.

Returns:

  • (String)

    The status to filter by.