Class: Aws::FIS::Types::ExperimentTemplateTargetFilter

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 template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The attribute path for the filter.

Returns:

  • (String)


1245
1246
1247
1248
1249
1250
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1245

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

#valuesArray<String>

The attribute values for the filter.

Returns:

  • (Array<String>)


1245
1246
1247
1248
1249
1250
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1245

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