Class: Aws::XRay::Types::GetInsightImpactGraphRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightImpactGraphRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The estimated end time of the insight, in Unix time seconds.
-
#insight_id ⇒ String
The insight’s unique identifier.
-
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of results.
-
#start_time ⇒ Time
The estimated start time of the insight, in Unix time seconds.
Instance Attribute Details
#end_time ⇒ 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.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-xray/types.rb', line 914 class GetInsightImpactGraphRequest < Struct.new( :insight_id, :start_time, :end_time, :next_token) SENSITIVE = [] include Aws::Structure end |
#insight_id ⇒ String
The insight’s unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-xray/types.rb', line 914 class GetInsightImpactGraphRequest < Struct.new( :insight_id, :start_time, :end_time, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of results.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-xray/types.rb', line 914 class GetInsightImpactGraphRequest < Struct.new( :insight_id, :start_time, :end_time, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ 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.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-xray/types.rb', line 914 class GetInsightImpactGraphRequest < Struct.new( :insight_id, :start_time, :end_time, :next_token) SENSITIVE = [] include Aws::Structure end |