Class: Aws::Types::PushNotificationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PushNotificationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ "DEFAULT", "VOIP"
Returns the value of attribute type.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
741 742 743 |
# File 'sig/types.rbs', line 741 def body @body end |
#title ⇒ ::String
Returns the value of attribute title.
740 741 742 |
# File 'sig/types.rbs', line 740 def title @title end |
#type ⇒ "DEFAULT", "VOIP"
Returns the value of attribute type.
742 743 744 |
# File 'sig/types.rbs', line 742 def type @type end |