Class: Aws::Types::PropertyNotification
- Inherits:
-
Object
- Object
- Aws::Types::PropertyNotification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#topic ⇒ ::String
Returns the value of attribute topic.
Instance Attribute Details
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
3221 3222 3223 |
# File 'sig/types.rbs', line 3221 def state @state end |
#topic ⇒ ::String
Returns the value of attribute topic.
3220 3221 3222 |
# File 'sig/types.rbs', line 3220 def topic @topic end |