Class: Aws::XRay::Types::InsightSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::InsightSummary
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Information that describes an insight.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categories ⇒ Array<String>
Categories The categories that label and describe the type of insight.
-
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
The impact statistics of the client side service.
-
#end_time ⇒ Time
The time, in Unix seconds, at which the insight ended.
-
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group that the insight belongs to.
-
#group_name ⇒ String
The name of the group that the insight belongs to.
-
#insight_id ⇒ String
The insights unique identifier.
-
#last_update_time ⇒ Time
The time, in Unix seconds, that the insight was last updated.
-
#root_cause_service_id ⇒ Types::ServiceId
-
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
The impact statistics of the root cause service.
-
#start_time ⇒ Time
The time, in Unix seconds, at which the insight began.
-
#state ⇒ String
The current state of the insight.
-
#summary ⇒ String
A brief description of the insight.
-
#top_anomalous_services ⇒ Array<Types::AnomalousService>
The service within the insight that is most impacted by the incident.
Instance Attribute Details
#categories ⇒ Array<String>
Categories The categories that label and describe the type of insight.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time, in Unix seconds, at which the insight ended.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group that the insight belongs to.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the group that the insight belongs to.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#insight_id ⇒ String
The insights unique identifier.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time, in Unix seconds, that the insight was last updated.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#root_cause_service_id ⇒ Types::ServiceId
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time, in Unix seconds, at which the insight began.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the insight.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
A brief description of the insight.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#top_anomalous_services ⇒ Array<Types::AnomalousService>
The service within the insight that is most impacted by the incident.
1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1925 class InsightSummary < Struct.new( :insight_id, :group_arn, :group_name, :root_cause_service_id, :categories, :state, :start_time, :end_time, :summary, :client_request_impact_statistics, :root_cause_service_request_impact_statistics, :top_anomalous_services, :last_update_time) SENSITIVE = [] include Aws::Structure end |