Class: Aws::Types::SendOutboundWebNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendOutboundWebNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_id ⇒ ::String
Returns the value of attribute browser_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ Types::WebNotificationContent
Returns the value of attribute content.
-
#destination ⇒ Types::WidgetDestination
Returns the value of attribute destination.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#source ⇒ Types::WebNotificationSource
Returns the value of attribute source.
Instance Attribute Details
#browser_id ⇒ ::String
Returns the value of attribute browser_id.
7811 7812 7813 |
# File 'sig/types.rbs', line 7811 def browser_id @browser_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7810 7811 7812 |
# File 'sig/types.rbs', line 7810 def client_token @client_token end |
#content ⇒ Types::WebNotificationContent
Returns the value of attribute content.
7816 7817 7818 |
# File 'sig/types.rbs', line 7816 def content @content end |
#destination ⇒ Types::WidgetDestination
Returns the value of attribute destination.
7815 7816 7817 |
# File 'sig/types.rbs', line 7815 def destination @destination end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
7813 7814 7815 |
# File 'sig/types.rbs', line 7813 def expires_at @expires_at end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7809 7810 7811 |
# File 'sig/types.rbs', line 7809 def instance_id @instance_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
7812 7813 7814 |
# File 'sig/types.rbs', line 7812 def session_id @session_id end |
#source ⇒ Types::WebNotificationSource
Returns the value of attribute source.
7814 7815 7816 |
# File 'sig/types.rbs', line 7814 def source @source end |