Struct aws_sdk_xray::model::InsightImpactGraphService
source · [−]#[non_exhaustive]pub struct InsightImpactGraphService {
pub reference_id: Option<i32>,
pub type: Option<String>,
pub name: Option<String>,
pub names: Option<Vec<String>>,
pub account_id: Option<String>,
pub edges: Option<Vec<InsightImpactGraphEdge>>,
}
Expand description
Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.reference_id: Option<i32>
Identifier for the service. Unique within the service map.
type: Option<String>
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.
name: Option<String>
The canonical name of the service.
names: Option<Vec<String>>
A list of names for the service, including the canonical name.
account_id: Option<String>
Identifier of the Amazon Web Services account in which the service runs.
edges: Option<Vec<InsightImpactGraphEdge>>
Connections to downstream services.
Implementations
Identifier for the service. Unique within the service map.
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.
A list of names for the service, including the canonical name.
Identifier of the Amazon Web Services account in which the service runs.
Creates a new builder-style object to manufacture InsightImpactGraphService
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InsightImpactGraphService
impl Send for InsightImpactGraphService
impl Sync for InsightImpactGraphService
impl Unpin for InsightImpactGraphService
impl UnwindSafe for InsightImpactGraphService
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more