Class: Aws::XRay::Types::GetInsightImpactGraphResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightImpactGraphResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 Amazon Web Services instrumented services related to the insight.
-
#start_time ⇒ Time
The provided start time.
Instance Attribute Details
#end_time ⇒ Time
The provided end time.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |
#insight_id ⇒ String
The insight’s unique identifier.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_graph_end_time ⇒ Time
The time, in Unix seconds, at which the service graph ended.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_graph_start_time ⇒ Time
The time, in Unix seconds, at which the service graph started.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<Types::InsightImpactGraphService>
The Amazon Web Services instrumented services related to the insight.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The provided start time.
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/aws-sdk-xray/types.rb', line 907 class GetInsightImpactGraphResult < Struct.new( :insight_id, :start_time, :end_time, :service_graph_start_time, :service_graph_end_time, :services, :next_token) SENSITIVE = [] include Aws::Structure end |