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.
7793 7794 7795 |
# File 'sig/types.rbs', line 7793 def browser_id @browser_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7792 7793 7794 |
# File 'sig/types.rbs', line 7792 def client_token @client_token end |
#content ⇒ Types::WebNotificationContent
Returns the value of attribute content.
7798 7799 7800 |
# File 'sig/types.rbs', line 7798 def content @content end |
#destination ⇒ Types::WidgetDestination
Returns the value of attribute destination.
7797 7798 7799 |
# File 'sig/types.rbs', line 7797 def destination @destination end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def expires_at @expires_at end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7791 7792 7793 |
# File 'sig/types.rbs', line 7791 def instance_id @instance_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def session_id @session_id end |
#source ⇒ Types::WebNotificationSource
Returns the value of attribute source.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def source @source end |