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

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

Overview

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

#account_idString

Identifier of the Amazon Web Services account in which the service runs.

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-xray/types.rb', line 1675

class InsightImpactGraphService < Struct.new(
  :reference_id,
  :type,
  :name,
  :names,
  :account_id,
  :edges)
  SENSITIVE = []
  include Aws::Structure
end

#edgesArray<Types::InsightImpactGraphEdge>

Connections to downstream services.

Returns:



1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-xray/types.rb', line 1675

class InsightImpactGraphService < Struct.new(
  :reference_id,
  :type,
  :name,
  :names,
  :account_id,
  :edges)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The canonical name of the service.

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-xray/types.rb', line 1675

class InsightImpactGraphService < Struct.new(
  :reference_id,
  :type,
  :name,
  :names,
  :account_id,
  :edges)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

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

Returns:

  • (Array<String>)


1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-xray/types.rb', line 1675

class InsightImpactGraphService < Struct.new(
  :reference_id,
  :type,
  :name,
  :names,
  :account_id,
  :edges)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idInteger

Identifier for the service. Unique within the service map.

Returns:

  • (Integer)


1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-xray/types.rb', line 1675

class InsightImpactGraphService < Struct.new(
  :reference_id,
  :type,
  :name,
  :names,
  :account_id,
  :edges)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Identifier for the service. Unique within the service map.

  • Amazon Web Services Resource - The type of an Amazon Web Services 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.

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

  • Amazon Web Services Service - The type of an Amazon Web Services 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)


1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-xray/types.rb', line 1675

class InsightImpactGraphService < Struct.new(
  :reference_id,
  :type,
  :name,
  :names,
  :account_id,
  :edges)
  SENSITIVE = []
  include Aws::Structure
end