Class: Aws::Types::EvaluationReviewConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationReviewConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eligibility_days ⇒ ::Integer
Returns the value of attribute eligibility_days.
-
#review_notification_recipients ⇒ ::Array[Types::EvaluationReviewNotificationRecipient]
Returns the value of attribute review_notification_recipients.
Instance Attribute Details
#eligibility_days ⇒ ::Integer
Returns the value of attribute eligibility_days.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def eligibility_days @eligibility_days end |
#review_notification_recipients ⇒ ::Array[Types::EvaluationReviewNotificationRecipient]
Returns the value of attribute review_notification_recipients.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def review_notification_recipients @review_notification_recipients end |