Class: Aws::Types::DefaultPushNotificationTemplate

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:



713
714
715
# File 'sig/types.rbs', line 713

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def body
  @body
end

#sound::String

Returns the value of attribute sound.

Returns:



715
716
717
# File 'sig/types.rbs', line 715

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:



716
717
718
# File 'sig/types.rbs', line 716

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:



717
718
719
# File 'sig/types.rbs', line 717

def url
  @url
end