Class: Aws::FIS::Types::ExperimentTemplateTargetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateTargetFilter
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes a filter used for the target resources in an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path ⇒ String
The attribute path for the filter.
-
#values ⇒ Array<String>
The attribute values for the filter.
Instance Attribute Details
#path ⇒ String
The attribute path for the filter.
1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1617 class ExperimentTemplateTargetFilter < Struct.new( :path, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The attribute values for the filter.
1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1617 class ExperimentTemplateTargetFilter < Struct.new( :path, :values) SENSITIVE = [] include Aws::Structure end |