Class: Aws::Types::NotificationRecipientType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Hash[::String, ::String])


5797
5798
5799
# File 'sig/types.rbs', line 5797

def user_tags
  @user_tags
end