Class: Aws::FIS::Types::ExperimentTemplateTargetInputFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the Fault Injection Service User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The attribute path for the filter.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1272

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

#valuesArray<String>

The attribute values for the filter.

Returns:

  • (Array<String>)


1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1272

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