Class: Aws::XRay::Types::RetrievedService
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::RetrievedService
- 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
-
#links ⇒ Array<Types::GraphLink>
Relation between two 2 services.
-
#service ⇒ Types::Service
Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
Instance Attribute Details
#links ⇒ Array<Types::GraphLink>
Relation between two 2 services.
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 |
#service ⇒ Types::Service
Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
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 |