devopsguru_list_insights: Returns a list of insights in your Amazon Web Services...

View source: R/devopsguru_operations.R

devopsguru_list_insightsR Documentation

Returns a list of insights in your Amazon Web Services account

Description

Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).

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

Usage

devopsguru_list_insights(StatusFilter, MaxResults = NULL, NextToken = NULL)

Arguments

StatusFilter

[required] A filter used to filter the returned insights by their status. You can specify one status filter.

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.

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.