Class: Aws::Types::DescribeOrganizationOverviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationOverviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proactive_insights ⇒ ::Integer
Returns the value of attribute proactive_insights.
-
#reactive_insights ⇒ ::Integer
Returns the value of attribute reactive_insights.
Instance Attribute Details
#proactive_insights ⇒ ::Integer
Returns the value of attribute proactive_insights.
246 247 248 |
# File 'sig/types.rbs', line 246 def proactive_insights @proactive_insights end |
#reactive_insights ⇒ ::Integer
Returns the value of attribute reactive_insights.
245 246 247 |
# File 'sig/types.rbs', line 245 def reactive_insights @reactive_insights end |