Class: Aws::Types::RuleConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inverted ⇒ Boolean

Returns the value of attribute inverted.

Returns:

  • (Boolean)


342
343
344
# File 'sig/types.rbs', line 342

def inverted
  @inverted
end

#threshold ⇒ ::Integer

Returns the value of attribute threshold.

Returns:

  • (::Integer)


343
344
345
# File 'sig/types.rbs', line 343

def threshold
  @threshold
end

#type ⇒ "ATLEAST", ...

Returns the value of attribute type.

Returns:

  • ("ATLEAST", "AND", "OR")


344
345
346
# File 'sig/types.rbs', line 344

def type
  @type
end