Class: Aws::XRay::Types::GetInsightImpactGraphResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The provided end time.

Returns:

  • (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_idString

The insight’s unique identifier.

Returns:

  • (String)


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_tokenString

Pagination token.

Returns:

  • (String)


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_timeTime

The time, in Unix seconds, at which the service graph ended.

Returns:

  • (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

#service_graph_start_timeTime

The time, in Unix seconds, at which the service graph started.

Returns:

  • (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

#servicesArray<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_timeTime

The provided start time.

Returns:

  • (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