Class: Aws::Types::NotificationSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotificationSearchSummary
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_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.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 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.
5977 5978 5979 |
# File 'sig/types.rbs', line 5977 def content @content end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5980 5981 5982 |
# File 'sig/types.rbs', line 5980 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
5981 5982 5983 |
# File 'sig/types.rbs', line 5981 def expires_at @expires_at end |
#id ⇒ ::String
Returns the value of attribute id.
5974 5975 5976 |
# File 'sig/types.rbs', line 5974 def id @id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def last_modified_time @last_modified_time end |
#priority ⇒ "URGENT", ...
Returns the value of attribute priority.
5978 5979 5980 |
# File 'sig/types.rbs', line 5978 def priority @priority end |
#recipients ⇒ ::Array[::String]
Returns the value of attribute recipients.
5979 5980 5981 |
# File 'sig/types.rbs', line 5979 def recipients @recipients end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def @tags end |