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.
9071 9072 9073 |
# File 'sig/types.rbs', line 9071 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
9076 9077 9078 |
# File 'sig/types.rbs', line 9076 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9075 9076 9077 |
# File 'sig/types.rbs', line 9075 def last_modified_time @last_modified_time end |
#notification_id ⇒ ::String
Returns the value of attribute notification_id.
9072 9073 9074 |
# File 'sig/types.rbs', line 9072 def notification_id @notification_id end |
#status ⇒ "READ", ...
Returns the value of attribute status.
9074 9075 9076 |
# File 'sig/types.rbs', line 9074 def status @status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9073 9074 9075 |
# File 'sig/types.rbs', line 9073 def user_id @user_id end |