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