Class: Aws::Types::SendOutboundWebNotificationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#browser_id::String

Returns the value of attribute browser_id.

Returns:

  • (::String)


7518
7519
7520
# File 'sig/types.rbs', line 7518

def browser_id
  @browser_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7517
7518
7519
# File 'sig/types.rbs', line 7517

def client_token
  @client_token
end

#contentTypes::WebNotificationContent

Returns the value of attribute content.



7523
7524
7525
# File 'sig/types.rbs', line 7523

def content
  @content
end

#destinationTypes::WidgetDestination

Returns the value of attribute destination.



7522
7523
7524
# File 'sig/types.rbs', line 7522

def destination
  @destination
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


7520
7521
7522
# File 'sig/types.rbs', line 7520

def expires_at
  @expires_at
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7516
7517
7518
# File 'sig/types.rbs', line 7516

def instance_id
  @instance_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


7519
7520
7521
# File 'sig/types.rbs', line 7519

def session_id
  @session_id
end

#sourceTypes::WebNotificationSource

Returns the value of attribute source.



7521
7522
7523
# File 'sig/types.rbs', line 7521

def source
  @source
end