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.
8878 8879 8880 |
# File 'sig/types.rbs', line 8878 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
8883 8884 8885 |
# File 'sig/types.rbs', line 8883 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8882 8883 8884 |
# File 'sig/types.rbs', line 8882 def last_modified_time @last_modified_time end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
8879 8880 8881 |
# File 'sig/types.rbs', line 8879 def notification_id @notification_id end |
#status ⇒ "READ", ...
Returns the value of attribute status.
8881 8882 8883 |
# File 'sig/types.rbs', line 8881 def status @status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8880 8881 8882 |
# File 'sig/types.rbs', line 8880 def user_id @user_id end |