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.
3878 3879 3880 |
# File 'sig/types.rbs', line 3878 def type @type end |
#value ⇒ Types::EvaluationReviewNotificationRecipientValue
Returns the value of attribute value.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def value @value end |