Class: Aws::XRay::Types::RetrievedService

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

Overview

Retrieved information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Relation between two 2 services.

Returns:



2591
2592
2593
2594
2595
2596
# File 'lib/aws-sdk-xray/types.rb', line 2591

class RetrievedService < Struct.new(
  :service,
  :links)
  SENSITIVE = []
  include Aws::Structure
end

#serviceTypes::Service

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Returns:



2591
2592
2593
2594
2595
2596
# File 'lib/aws-sdk-xray/types.rb', line 2591

class RetrievedService < Struct.new(
  :service,
  :links)
  SENSITIVE = []
  include Aws::Structure
end