Class: Aws::Types::PushNotificationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def body
  @body
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def title
  @title
end

#type"DEFAULT", "VOIP"

Returns the value of attribute type.

Returns:

  • ("DEFAULT", "VOIP")


742
743
744
# File 'sig/types.rbs', line 742

def type
  @type
end