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.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def type @type end |
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
Returns the value of attribute value.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def value @value end |