Class: Aws::Types::NotificationRecipientType
- Inherits:
-
Object
- Object
- Aws::Types::NotificationRecipientType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
-
#user_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_tags.
Instance Attribute Details
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
5798 5799 5800 |
# File 'sig/types.rbs', line 5798 def user_ids @user_ids end |
#user_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_tags.
5797 5798 5799 |
# File 'sig/types.rbs', line 5797 def @user_tags end |