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)


8065
8066
8067
8068
8069
8070
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8065

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

#valuesString

The status to filter by.

Returns:

  • (String)


8065
8066
8067
8068
8069
8070
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8065

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