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])


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.

Returns:

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


6061
6062
6063
# File 'sig/types.rbs', line 6061

def user_tags
  @user_tags
end