Class: Aws::XRay::Types::FaultRootCauseService

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

Overview

A collection of fields identifying the services in a trace summary fault.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID associated to the service.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 669

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

#entity_pathArray<Types::FaultRootCauseEntity>

The path of root cause entities found on the service.

Returns:



669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 669

class FaultRootCauseService < 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)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 669

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

#nameString

The service name.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 669

class FaultRootCauseService < 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>)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 669

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

#typeString

The type associated to the service.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 669

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