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.
7920 7921 7922 |
# File 'sig/types.rbs', line 7920 def browser_id @browser_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7919 7920 7921 |
# File 'sig/types.rbs', line 7919 def client_token @client_token end |
#content ⇒ Types::WebNotificationContent
Returns the value of attribute content.
7925 7926 7927 |
# File 'sig/types.rbs', line 7925 def content @content end |
#destination ⇒ Types::WidgetDestination
Returns the value of attribute destination.
7924 7925 7926 |
# File 'sig/types.rbs', line 7924 def destination @destination end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
7922 7923 7924 |
# File 'sig/types.rbs', line 7922 def expires_at @expires_at end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7918 7919 7920 |
# File 'sig/types.rbs', line 7918 def instance_id @instance_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
7921 7922 7923 |
# File 'sig/types.rbs', line 7921 def session_id @session_id end |
#source ⇒ Types::WebNotificationSource
Returns the value of attribute source.
7923 7924 7925 |
# File 'sig/types.rbs', line 7923 def source @source end |