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.
9097 9098 9099 |
# File 'sig/types.rbs', line 9097 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
9102 9103 9104 |
# File 'sig/types.rbs', line 9102 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9101 9102 9103 |
# File 'sig/types.rbs', line 9101 def last_modified_time @last_modified_time end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
9098 9099 9100 |
# File 'sig/types.rbs', line 9098 def notification_id @notification_id end |
#status ⇒ "READ", ...
Returns the value of attribute status.
9100 9101 9102 |
# File 'sig/types.rbs', line 9100 def status @status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9099 9100 9101 |
# File 'sig/types.rbs', line 9099 def user_id @user_id end |