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)


7822
7823
7824
# File 'sig/types.rbs', line 7822

def browser_id
  @browser_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7821
7822
7823
# File 'sig/types.rbs', line 7821

def client_token
  @client_token
end

#contentTypes::WebNotificationContent

Returns the value of attribute content.



7827
7828
7829
# File 'sig/types.rbs', line 7827

def content
  @content
end

#destinationTypes::WidgetDestination

Returns the value of attribute destination.



7826
7827
7828
# File 'sig/types.rbs', line 7826

def destination
  @destination
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


7824
7825
7826
# File 'sig/types.rbs', line 7824

def expires_at
  @expires_at
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7820
7821
7822
# File 'sig/types.rbs', line 7820

def instance_id
  @instance_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


7823
7824
7825
# File 'sig/types.rbs', line 7823

def session_id
  @session_id
end

#sourceTypes::WebNotificationSource

Returns the value of attribute source.



7825
7826
7827
# File 'sig/types.rbs', line 7825

def source
  @source
end