Class: Aws::Types::DefaultPushNotificationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"OPEN_APP", ...

Returns the value of attribute action.

Returns:

  • ("OPEN_APP", "DEEP_LINK", "URL")


702
703
704
# File 'sig/types.rbs', line 702

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def body
  @body
end

#data::Hash[::String, ::String]

Returns the value of attribute data.

Returns:

  • (::Hash[::String, ::String])


704
705
706
# File 'sig/types.rbs', line 704

def data
  @data
end

#silent_pushBoolean

Returns the value of attribute silent_push.

Returns:

  • (Boolean)


705
706
707
# File 'sig/types.rbs', line 705

def silent_push
  @silent_push
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


706
707
708
# File 'sig/types.rbs', line 706

def substitutions
  @substitutions
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def url
  @url
end