Class: Aws::Types::Notification
- Inherits:
-
Object
- Object
- Aws::Types::Notification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#priority ⇒ "URGENT", ...
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
#arn ⇒ ::String
Returns the value of attribute arn.
5939 5940 5941 |
# File 'sig/types.rbs', line 5939 def arn @arn 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.
5937 5938 5939 |
# File 'sig/types.rbs', line 5937 def content @content end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5943 5944 5945 |
# File 'sig/types.rbs', line 5943 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
5944 5945 5946 |
# File 'sig/types.rbs', line 5944 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
5938 5939 5940 |
# File 'sig/types.rbs', line 5938 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5945 5946 5947 |
# File 'sig/types.rbs', line 5945 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5942 5943 5944 |
# File 'sig/types.rbs', line 5942 def last_modified_time @last_modified_time end |
#priority ⇒ "URGENT", ...
Returns the value of attribute priority.
5940 5941 5942 |
# File 'sig/types.rbs', line 5940 def priority @priority end |
#recipients ⇒ ::Array[::String]
Returns the value of attribute recipients.
5941 5942 5943 |
# File 'sig/types.rbs', line 5941 def recipients @recipients end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5946 5947 5948 |
# File 'sig/types.rbs', line 5946 def @tags end |