devopsguru_list_organization_insights: Returns a list of insights associated with the account or OU...

View source: R/devopsguru_operations.R

devopsguru_list_organization_insightsR Documentation

Returns a list of insights associated with the account or OU Id

Description

Returns a list of insights associated with the account or OU Id.

See https://www.paws-r-sdk.com/docs/devopsguru_list_organization_insights/ for full documentation.

Usage

devopsguru_list_organization_insights(
  StatusFilter,
  MaxResults = NULL,
  AccountIds = NULL,
  OrganizationalUnitIds = NULL,
  NextToken = NULL
)

Arguments

StatusFilter

[required]

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

AccountIds

The ID of the Amazon Web Services account.

OrganizationalUnitIds

The ID of the organizational unit.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.