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.
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_id ⇒ String
The insight’s unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
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_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of results.
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_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.
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 |