Class: Aws::Types::AutomatedReasoningPolicyDefinitionRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression, :alternate_expression])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_expression::String

Returns the value of attribute alternate_expression.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def alternate_expression
  @alternate_expression
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def id
  @id
end