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)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1644

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

#valuesArray<String>

The attribute values for the filter.

Returns:

  • (Array<String>)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1644

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