You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::GetInsightImpactGraphRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetInsightImpactGraphRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

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.

Returns:

  • (Time)

    The estimated end time of the insight, in Unix time seconds.

#insight_idString

The insight\'s unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

Returns:

  • (String)

    The insight\'s unique identifier.

#next_tokenString

Specify the pagination token returned by a previous request to retrieve the next page of results.

Returns:

  • (String)

    Specify the pagination token returned by a previous request to retrieve the next page of results.

#start_timeTime

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.

Returns:

  • (Time)

    The estimated start time of the insight, in Unix time seconds.