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.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def eligibility_days @eligibility_days end |
#review_notification_recipients ⇒ ::Array[Types::EvaluationReviewNotificationRecipient]
Returns the value of attribute review_notification_recipients.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def review_notification_recipients @review_notification_recipients end |