Class: Aws::FIS::Types::ExperimentTargetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTargetFilter
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes a filter used for the target resources in an experiment.
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.
1160 1161 1162 1163 1164 1165 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1160 class ExperimentTargetFilter < Struct.new( :path, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The attribute values for the filter.
1160 1161 1162 1163 1164 1165 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1160 class ExperimentTargetFilter < Struct.new( :path, :values) SENSITIVE = [] include Aws::Structure end |