Describe Organization Health
| devopsguru_describe_organization_health | R Documentation |
Returns active insights, predictive insights, and resource hours analyzed in last hour¶
Description¶
Returns active insights, predictive insights, and resource hours analyzed in last hour.
Usage¶
Arguments¶
AccountIdsThe ID of the Amazon Web Services account.
OrganizationalUnitIdsThe ID of the organizational unit.
Value¶
A list with the following syntax:
list(
OpenReactiveInsights = 123,
OpenProactiveInsights = 123,
MetricsAnalyzed = 123,
ResourceHours = 123
)