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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


867
868
869
870
871
872
873
874
# File 'lib/aws-sdk-xray/types.rb', line 867

class GetInsightImpactGraphRequest < Struct.new(
  :insight_id,
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

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

Returns:

  • (String)


867
868
869
870
871
872
873
874
# File 'lib/aws-sdk-xray/types.rb', line 867

class GetInsightImpactGraphRequest < Struct.new(
  :insight_id,
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


867
868
869
870
871
872
873
874
# File 'lib/aws-sdk-xray/types.rb', line 867

class GetInsightImpactGraphRequest < Struct.new(
  :insight_id,
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


867
868
869
870
871
872
873
874
# File 'lib/aws-sdk-xray/types.rb', line 867

class GetInsightImpactGraphRequest < Struct.new(
  :insight_id,
  :start_time,
  :end_time,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end