Class: Aws::CloudFormation::Types::StackInstanceFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackInstanceFilter
- 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
-
#name ⇒ String
The type of filter to apply.
-
#values ⇒ String
The status to filter by.
Instance Attribute Details
#name ⇒ String
The type of filter to apply.
8089 8090 8091 8092 8093 8094 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8089 class StackInstanceFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ String
The status to filter by.
8089 8090 8091 8092 8093 8094 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 8089 class StackInstanceFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |