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)


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.

Returns:

  • (::String)


7919
7920
7921
# File 'sig/types.rbs', line 7919

def client_token
  @client_token
end

#contentTypes::WebNotificationContent

Returns the value of attribute content.



7925
7926
7927
# File 'sig/types.rbs', line 7925

def content
  @content
end

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

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


7921
7922
7923
# File 'sig/types.rbs', line 7921

def session_id
  @session_id
end

#sourceTypes::WebNotificationSource

Returns the value of attribute source.



7923
7924
7925
# File 'sig/types.rbs', line 7923

def source
  @source
end