Class: Aws::Types::CreateNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#predefined_notification_id ⇒ ::String
Returns the value of attribute predefined_notification_id.
-
#priority ⇒ "HIGH", "LOW"
Returns the value of attribute priority.
-
#recipients ⇒ ::Array[::String]
Returns the value of attribute recipients.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def client_token @client_token end |
#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.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def content @content end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def expires_at @expires_at end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def instance_id @instance_id end |
#predefined_notification_id ⇒ ::String
Returns the value of attribute predefined_notification_id.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def predefined_notification_id @predefined_notification_id end |
#priority ⇒ "HIGH", "LOW"
Returns the value of attribute priority.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def priority @priority end |
#recipients ⇒ ::Array[::String]
Returns the value of attribute recipients.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def recipients @recipients end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def @tags end |