class Aws::SecurityHub::Types::GetInsightsRequest

@note When making an API call, you may pass GetInsightsRequest

data as a hash:

    {
      insight_arns: ["NonEmptyString"],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] insight_arns

The ARNs of the insights to describe. If you do not provide any
insight ARNs, then `GetInsights` returns all of your custom
insights. It does not return any managed insights.
@return [Array<String>]

@!attribute [rw] next_token

The token that is required for pagination. On your first call to the
`GetInsights` operation, set the value of this parameter to `NULL`.

For subsequent calls to the operation, to continue listing data, set
the value of this parameter to the value returned from the previous
response.
@return [String]

@!attribute [rw] max_results

The maximum number of items to return in the response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInsightsRequest AWS API Documentation

Constants

SENSITIVE