Method: Aws::DevOpsGuru::Client#describe_organization_overview
- Defined in:
- lib/aws-sdk-devopsguru/client.rb
#describe_organization_overview(params = {}) ⇒ Types::DescribeOrganizationOverviewResponse
Returns an overview of your organization’s history based on the specified time range. The overview includes the total reactive and proactive insights.
988 989 990 991 |
# File 'lib/aws-sdk-devopsguru/client.rb', line 988 def describe_organization_overview(params = {}, = {}) req = build_request(:describe_organization_overview, params) req.send_request() end |