Class: Aws::Types::Evaluation
- Inherits:
-
Object
- Object
- Aws::Types::Evaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rules_not_satisfied ⇒ ::Array[::String]
Returns the value of attribute approval_rules_not_satisfied.
-
#approval_rules_satisfied ⇒ ::Array[::String]
Returns the value of attribute approval_rules_satisfied.
-
#approved ⇒ Boolean
Returns the value of attribute approved.
-
#overridden ⇒ Boolean
Returns the value of attribute overridden.
Instance Attribute Details
#approval_rules_not_satisfied ⇒ ::Array[::String]
Returns the value of attribute approval_rules_not_satisfied.
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.
660 661 662 |
# File 'sig/types.rbs', line 660 def approval_rules_satisfied @approval_rules_satisfied end |
#approved ⇒ Boolean
Returns the value of attribute approved.
658 659 660 |
# File 'sig/types.rbs', line 658 def approved @approved end |
#overridden ⇒ Boolean
Returns the value of attribute overridden.
659 660 661 |
# File 'sig/types.rbs', line 659 def overridden @overridden end |