Class: Aws::Types::WebNotificationContent
- Inherits:
-
Object
- Object
- Aws::Types::WebNotificationContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::ContentAttributes
Returns the value of attribute attributes.
-
#type ⇒ "WIDGET_VIEW", "WIDGET_ACTION"
Returns the value of attribute type.
-
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
Instance Attribute Details
#attributes ⇒ Types::ContentAttributes
Returns the value of attribute attributes.
9757 9758 9759 |
# File 'sig/types.rbs', line 9757 def attributes @attributes end |
#type ⇒ "WIDGET_VIEW", "WIDGET_ACTION"
Returns the value of attribute type.
9755 9756 9757 |
# File 'sig/types.rbs', line 9755 def type @type end |
#view_arn ⇒ ::String
Returns the value of attribute view_arn.
9756 9757 9758 |
# File 'sig/types.rbs', line 9756 def view_arn @view_arn end |