Class: Aws::FIS::Types::ExperimentTargetFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pathString

The attribute path for the filter.

Returns:

  • (String)


903
904
905
906
907
908
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 903

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

#valuesArray<String>

The attribute values for the filter.

Returns:

  • (Array<String>)


903
904
905
906
907
908
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 903

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