Class: Aws::Types::UpdateNotificationContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotificationContentRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
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.
8566 8567 8568 |
# File 'sig/types.rbs', line 8566 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8564 8565 8566 |
# File 'sig/types.rbs', line 8564 def instance_id @instance_id end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
8565 8566 8567 |
# File 'sig/types.rbs', line 8565 def notification_id @notification_id end |