Struct aws_sdk_xray::model::InsightImpactGraphService
source · [−]#[non_exhaustive]pub struct InsightImpactGraphService { /* private fields */ }
Expand description
Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
Implementations
sourceimpl InsightImpactGraphService
impl InsightImpactGraphService
sourcepub fn reference_id(&self) -> Option<i32>
pub fn reference_id(&self) -> Option<i32>
Identifier for the service. Unique within the service map.
sourcepub fn type(&self) -> Option<&str>
pub fn type(&self) -> Option<&str>
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.
sourcepub fn names(&self) -> Option<&[String]>
pub fn names(&self) -> Option<&[String]>
A list of names for the service, including the canonical name.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
Identifier of the Amazon Web Services account in which the service runs.
sourcepub fn edges(&self) -> Option<&[InsightImpactGraphEdge]>
pub fn edges(&self) -> Option<&[InsightImpactGraphEdge]>
Connections to downstream services.
sourceimpl InsightImpactGraphService
impl InsightImpactGraphService
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsightImpactGraphService
.
Trait Implementations
sourceimpl Clone for InsightImpactGraphService
impl Clone for InsightImpactGraphService
sourcefn clone(&self) -> InsightImpactGraphService
fn clone(&self) -> InsightImpactGraphService
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more