Class: Aws::ResilienceHub::Types::Condition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Indicates the condition based on which you want to filter the metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

Indicates the field in the metric.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1189

class Condition < Struct.new(
  :field,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1189

class Condition < Struct.new(
  :field,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Indicates the value or data against which a condition is evaluated.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1189

class Condition < Struct.new(
  :field,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end