You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GetInsightImpactGraphResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightImpactGraphResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The provided end time.
-
#insight_id ⇒ String
The insight\'s unique identifier.
-
#next_token ⇒ String
Pagination token.
-
#service_graph_end_time ⇒ Time
The time, in Unix seconds, at which the service graph ended.
-
#service_graph_start_time ⇒ Time
The time, in Unix seconds, at which the service graph started.
-
#services ⇒ Array<Types::InsightImpactGraphService>
The AWS instrumented services related to the insight.
-
#start_time ⇒ Time
The provided start time.
Instance Attribute Details
#end_time ⇒ Time
The provided end time.
#insight_id ⇒ String
The insight\'s unique identifier.
#next_token ⇒ String
Pagination token.
#service_graph_end_time ⇒ Time
The time, in Unix seconds, at which the service graph ended.
#service_graph_start_time ⇒ Time
The time, in Unix seconds, at which the service graph started.
#services ⇒ Array<Types::InsightImpactGraphService>
The AWS instrumented services related to the insight.
#start_time ⇒ Time
The provided start time.