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.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def type @type end |
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
Returns the value of attribute value.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def value @value end |