Class: Aws::Types::InsightsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InsightsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#insights_enabled ⇒ Boolean
Returns the value of attribute insights_enabled.
-
#notifications_enabled ⇒ Boolean
Returns the value of attribute notifications_enabled.
Instance Attribute Details
#insights_enabled ⇒ Boolean
Returns the value of attribute insights_enabled.
563 564 565 |
# File 'sig/types.rbs', line 563 def insights_enabled @insights_enabled end |
#notifications_enabled ⇒ Boolean
Returns the value of attribute notifications_enabled.
564 565 566 |
# File 'sig/types.rbs', line 564 def notifications_enabled @notifications_enabled end |