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.
6062 6063 6064 |
# File 'sig/types.rbs', line 6062 def user_ids @user_ids end |
#user_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_tags.
6061 6062 6063 |
# File 'sig/types.rbs', line 6061 def @user_tags end |