Class: Aws::Types::Evaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rules_not_satisfied::Array[::String]

Returns the value of attribute approval_rules_not_satisfied.

Returns:

  • (::Array[::String])


661
662
663
# File 'sig/types.rbs', line 661

def approval_rules_not_satisfied
  @approval_rules_not_satisfied
end

#approval_rules_satisfied::Array[::String]

Returns the value of attribute approval_rules_satisfied.

Returns:

  • (::Array[::String])


660
661
662
# File 'sig/types.rbs', line 660

def approval_rules_satisfied
  @approval_rules_satisfied
end

#approvedBoolean

Returns the value of attribute approved.

Returns:

  • (Boolean)


658
659
660
# File 'sig/types.rbs', line 658

def approved
  @approved
end

#overriddenBoolean

Returns the value of attribute overridden.

Returns:

  • (Boolean)


659
660
661
# File 'sig/types.rbs', line 659

def overridden
  @overridden
end