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¶
AccountIds
The ID of the Amazon Web Services account.
OrganizationalUnitIds
The ID of the organizational unit.
Value¶
A list with the following syntax:
list(
OpenReactiveInsights = 123,
OpenProactiveInsights = 123,
MetricsAnalyzed = 123,
ResourceHours = 123
)