Class: Aws::Types::UserNotificationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::Hash[("en_US" | "de_DE" | "es_ES" | "fr_FR" | "id_ID" | "it_IT" | "ja_JP" | "ko_KR" | "pt_BR" | "zh_CN" | "zh_TW"), ::String]

Returns the value of attribute content.

Returns:

  • (::Hash[("en_US" | "de_DE" | "es_ES" | "fr_FR" | "id_ID" | "it_IT" | "ja_JP" | "ko_KR" | "pt_BR" | "zh_CN" | "zh_TW"), ::String])


9083
9084
9085
# File 'sig/types.rbs', line 9083

def content
  @content
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


9086
9087
9088
# File 'sig/types.rbs', line 9086

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


9087
9088
9089
# File 'sig/types.rbs', line 9087

def expires_at
  @expires_at
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9081
9082
9083
# File 'sig/types.rbs', line 9081

def instance_id
  @instance_id
end

#notification_id::String

Returns the value of attribute notification_id.

Returns:

  • (::String)


9079
9080
9081
# File 'sig/types.rbs', line 9079

def notification_id
  @notification_id
end

#notification_status"READ", ...

Returns the value of attribute notification_status.

Returns:

  • ("READ", "UNREAD", "HIDDEN")


9080
9081
9082
# File 'sig/types.rbs', line 9080

def notification_status
  @notification_status
end

#priority"URGENT", ...

Returns the value of attribute priority.

Returns:

  • ("URGENT", "HIGH", "LOW")


9084
9085
9086
# File 'sig/types.rbs', line 9084

def priority
  @priority
end

#recipient_id::String

Returns the value of attribute recipient_id.

Returns:

  • (::String)


9082
9083
9084
# File 'sig/types.rbs', line 9082

def recipient_id
  @recipient_id
end

#source"CUSTOMER", ...

Returns the value of attribute source.

Returns:

  • ("CUSTOMER", "RULES", "SYSTEM")


9085
9086
9087
# File 'sig/types.rbs', line 9085

def source
  @source
end