Class: Aws::Types::UpdateUserNotificationStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserNotificationStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
-
#status ⇒ "READ", ...
Returns the value of attribute status.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8868 8869 8870 |
# File 'sig/types.rbs', line 8868 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
8873 8874 8875 |
# File 'sig/types.rbs', line 8873 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8872 8873 8874 |
# File 'sig/types.rbs', line 8872 def last_modified_time @last_modified_time end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
8869 8870 8871 |
# File 'sig/types.rbs', line 8869 def notification_id @notification_id end |
#status ⇒ "READ", ...
Returns the value of attribute status.
8871 8872 8873 |
# File 'sig/types.rbs', line 8871 def status @status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8870 8871 8872 |
# File 'sig/types.rbs', line 8870 def user_id @user_id end |