Class: Aws::XRay::Types::ResponseTimeRootCauseService

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

Overview

A collection of fields identifying the service in a response time warning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID associated to the service.

Returns:

  • (String)


2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2580

class ResponseTimeRootCauseService < Struct.new(
  :name,
  :names,
  :type,
  :account_id,
  :entity_path,
  :inferred)
  SENSITIVE = []
  include Aws::Structure
end

#entity_pathArray<Types::ResponseTimeRootCauseEntity>

The path of root cause entities found on the service.



2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2580

class ResponseTimeRootCauseService < Struct.new(
  :name,
  :names,
  :type,
  :account_id,
  :entity_path,
  :inferred)
  SENSITIVE = []
  include Aws::Structure
end

#inferredBoolean

A Boolean value indicating if the service is inferred from the trace.

Returns:

  • (Boolean)


2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2580

class ResponseTimeRootCauseService < Struct.new(
  :name,
  :names,
  :type,
  :account_id,
  :entity_path,
  :inferred)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The service name.

Returns:

  • (String)


2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2580

class ResponseTimeRootCauseService < Struct.new(
  :name,
  :names,
  :type,
  :account_id,
  :entity_path,
  :inferred)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

A collection of associated service names.

Returns:

  • (Array<String>)


2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2580

class ResponseTimeRootCauseService < Struct.new(
  :name,
  :names,
  :type,
  :account_id,
  :entity_path,
  :inferred)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type associated to the service.

Returns:

  • (String)


2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2580

class ResponseTimeRootCauseService < Struct.new(
  :name,
  :names,
  :type,
  :account_id,
  :entity_path,
  :inferred)
  SENSITIVE = []
  include Aws::Structure
end