InsightImpactGraphService class

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

Constructors

InsightImpactGraphService({String? accountId, List<InsightImpactGraphEdge>? edges, String? name, List<String>? names, int? referenceId, String? type})
InsightImpactGraphService.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
Identifier of the AWS account in which the service runs.
final
edges List<InsightImpactGraphEdge>?
Connections to downstream services.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The canonical name of the service.
final
names List<String>?
A list of names for the service, including the canonical name.
final
referenceId int?
Identifier for the service. Unique within the service map.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Identifier for the service. Unique within the service map.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited