Class: Aws::Types::EvaluatedRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression, :expression_with_values])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluatedBoolean

Returns the value of attribute evaluated.

Returns:

  • (Boolean)


503
504
505
# File 'sig/types.rbs', line 503

def evaluated
  @evaluated
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def expression
  @expression
end

#expression_with_values::String

Returns the value of attribute expression_with_values.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def expression_with_values
  @expression_with_values
end

#matchedBoolean

Returns the value of attribute matched.

Returns:

  • (Boolean)


504
505
506
# File 'sig/types.rbs', line 504

def matched
  @matched
end

#outcomes::Array[::String]

Returns the value of attribute outcomes.

Returns:

  • (::Array[::String])


502
503
504
# File 'sig/types.rbs', line 502

def outcomes
  @outcomes
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def rule_id
  @rule_id
end

#rule_version::String

Returns the value of attribute rule_version.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def rule_version
  @rule_version
end