You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::InsightImpactGraphService

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Identifier of the AWS account in which the service runs.

Returns:

  • (String)

    Identifier of the AWS account in which the service runs.

#edgesArray<Types::InsightImpactGraphEdge>

Connections to downstream services.

Returns:

#nameString

The canonical name of the service.

Returns:

  • (String)

    The canonical name of the service.

#namesArray<String>

A list of names for the service, including the canonical name.

Returns:

  • (Array<String>)

    A list of names for the service, including the canonical name.

#reference_idInteger

Identifier for the service. Unique within the service map.

Returns:

  • (Integer)

    Identifier for the service.

#typeString

Identifier for the service. Unique within the service map.

  • AWS Resource - The type of an AWS resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.

  • AWS Service - The type of an AWS service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn\'t target a specific table.

  • AWS Service - The type of an AWS service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn\'t target a specific table.

  • remote - A downstream service of indeterminate type.

Returns:

  • (String)

    Identifier for the service.