Class: Aws::Types::WebNotificationContext
- Inherits:
-
Object
- Object
- Aws::Types::WebNotificationContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_id ⇒ ::String
Returns the value of attribute browser_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#browser_id ⇒ ::String
Returns the value of attribute browser_id.
890 891 892 |
# File 'sig/types.rbs', line 890 def browser_id @browser_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
889 890 891 |
# File 'sig/types.rbs', line 889 def session_id @session_id end |