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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID associated to the service.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-xray/types.rb', line 1338

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

#entity_pathArray<Types::ResponseTimeRootCauseEntity>

The path of root cause entities found on the service.



1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-xray/types.rb', line 1338

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

#inferredBoolean

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

Returns:

  • (Boolean)


1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-xray/types.rb', line 1338

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

#nameString

The service name.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-xray/types.rb', line 1338

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

#namesArray<String>

A collection of associated service names.

Returns:

  • (Array<String>)


1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-xray/types.rb', line 1338

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

#typeString

The type associated to the service.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-xray/types.rb', line 1338

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