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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

The filter to apply to stack instances

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The type of filter to apply.

Returns:

  • (String)


6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6713

class StackInstanceFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesString

The status to filter by.

Returns:

  • (String)


6713
6714
6715
6716
6717
6718
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6713

class StackInstanceFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end