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)


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.

Returns:

  • (::String)


7792
7793
7794
# File 'sig/types.rbs', line 7792

def client_token
  @client_token
end

#contentTypes::WebNotificationContent

Returns the value of attribute content.



7798
7799
7800
# File 'sig/types.rbs', line 7798

def content
  @content
end

#destinationTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


7794
7795
7796
# File 'sig/types.rbs', line 7794

def session_id
  @session_id
end

#sourceTypes::WebNotificationSource

Returns the value of attribute source.



7796
7797
7798
# File 'sig/types.rbs', line 7796

def source
  @source
end