class Aws::XRay::Types::GetInsightImpactGraphRequest

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

data as a hash:

    {
      insight_id: "InsightId", # required
      start_time: Time.now, # required
      end_time: Time.now, # required
      next_token: "Token",
    }

@!attribute [rw] insight_id

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

@!attribute [rw] start_time

The estimated start time of the insight, in Unix time seconds. The
StartTime is inclusive of the value provided and can't be more than
30 days old.
@return [Time]

@!attribute [rw] end_time

The estimated end time of the insight, in Unix time seconds. The
EndTime is exclusive of the value provided. The time range between
the start time and end time can't be more than six hours.
@return [Time]

@!attribute [rw] next_token

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

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

Constants

SENSITIVE