Class: Aws::Types::UserNotificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::UserNotificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
-
#notification_status ⇒ "READ", ...
Returns the value of attribute notification_status.
-
#priority ⇒ "URGENT", ...
Returns the value of attribute priority.
-
#recipient_id ⇒ ::String
Returns the value of attribute recipient_id.
-
#source ⇒ "CUSTOMER", ...
Returns the value of attribute source.
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.
9540 9541 9542 |
# File 'sig/types.rbs', line 9540 def content @content end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
9543 9544 9545 |
# File 'sig/types.rbs', line 9543 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
9544 9545 9546 |
# File 'sig/types.rbs', line 9544 def expires_at @expires_at end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9538 9539 9540 |
# File 'sig/types.rbs', line 9538 def instance_id @instance_id end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
9536 9537 9538 |
# File 'sig/types.rbs', line 9536 def notification_id @notification_id end |
#notification_status ⇒ "READ", ...
Returns the value of attribute notification_status.
9537 9538 9539 |
# File 'sig/types.rbs', line 9537 def notification_status @notification_status end |
#priority ⇒ "URGENT", ...
Returns the value of attribute priority.
9541 9542 9543 |
# File 'sig/types.rbs', line 9541 def priority @priority end |
#recipient_id ⇒ ::String
Returns the value of attribute recipient_id.
9539 9540 9541 |
# File 'sig/types.rbs', line 9539 def recipient_id @recipient_id end |
#source ⇒ "CUSTOMER", ...
Returns the value of attribute source.
9542 9543 9544 |
# File 'sig/types.rbs', line 9542 def source @source end |