Class: Aws::Types::EvaluationReviewNotificationRecipient
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationReviewNotificationRecipient
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "USER_ID"
Returns the value of attribute type.
-
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "USER_ID"
Returns the value of attribute type.
3788 3789 3790 |
# File 'sig/types.rbs', line 3788 def type @type end |
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
Returns the value of attribute value.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def value @value end |