class Aws::XRay::Types::GetInsightEventsRequest

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

data as a hash:

    {
      insight_id: "InsightId", # required
      max_results: 1,
      next_token: "Token",
    }

@!attribute [rw] insight_id

The insight's unique identifier. Use the GetInsightSummaries action
to retrieve an InsightId.
@return [String]

@!attribute [rw] max_results

Used to retrieve at most the specified value of events.
@return [Integer]

@!attribute [rw] next_token

Specify the pagination token returned by a previous request to
retrieve the next page of events.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetInsightEventsRequest AWS API Documentation

Constants

SENSITIVE