Class: Aws::ApplicationSignals::Types::ServiceDependency

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

Overview

This structure contains information about one dependency of this service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dependency_key_attributesHash<String,String>

This is a string-to-string map. It can include the following fields.

  • ‘Type` designates the type of object this is.

  • ‘ResourceType` specifies the type of the resource. This field is used only when the value of the `Type` field is `Resource` or `AWS::Resource`.

  • ‘Name` specifies the name of the object. This is used only if the value of the `Type` field is `Service`, `RemoteService`, or `AWS::Service`.

  • ‘Identifier` identifies the resource objects of this resource. This is used only if the value of the `Type` field is `Resource` or `AWS::Resource`.

  • ‘Environment` specifies the location where this object is hosted, or what it belongs to.

Returns:

  • (Hash<String,String>)


1644
1645
1646
1647
1648
1649
1650
1651
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1644

class ServiceDependency < Struct.new(
  :operation_name,
  :dependency_key_attributes,
  :dependency_operation_name,
  :metric_references)
  SENSITIVE = []
  include Aws::Structure
end

#dependency_operation_nameString

The name of the called operation in the dependency.

Returns:

  • (String)


1644
1645
1646
1647
1648
1649
1650
1651
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1644

class ServiceDependency < Struct.new(
  :operation_name,
  :dependency_key_attributes,
  :dependency_operation_name,
  :metric_references)
  SENSITIVE = []
  include Aws::Structure
end

#metric_referencesArray<Types::MetricReference>

An array of structures that each contain information about one metric associated with this service dependency that was discovered by Application Signals.

Returns:



1644
1645
1646
1647
1648
1649
1650
1651
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1644

class ServiceDependency < Struct.new(
  :operation_name,
  :dependency_key_attributes,
  :dependency_operation_name,
  :metric_references)
  SENSITIVE = []
  include Aws::Structure
end

#operation_nameString

The name of the operation in this service that calls the dependency.

Returns:

  • (String)


1644
1645
1646
1647
1648
1649
1650
1651
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1644

class ServiceDependency < Struct.new(
  :operation_name,
  :dependency_key_attributes,
  :dependency_operation_name,
  :metric_references)
  SENSITIVE = []
  include Aws::Structure
end