NAME
Paws::EC2::NetworkInsightsAnalysis
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EC2::NetworkInsightsAnalysis object:
$service_obj->Method(Att1 => { AlternatePathHints => $value, ..., Tags => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::NetworkInsightsAnalysis object:
$result = $service_obj->Method(...);
$result->Att1->AlternatePathHints
DESCRIPTION
This class has no description
ATTRIBUTES
AlternatePathHints => ArrayRef[Paws::EC2::AlternatePathHint]
Potential intermediate components.
Explanations => ArrayRef[Paws::EC2::Explanation]
The explanations. For more information, see Reachability Analyzer explanation codes (https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html).
FilterInArns => ArrayRef[Str|Undef]
The Amazon Resource Names (ARN) of the AWS resources that the path must traverse.
ForwardPathComponents => ArrayRef[Paws::EC2::PathComponent]
The components in the path from source to destination.
NetworkInsightsAnalysisArn => Str
The Amazon Resource Name (ARN) of the network insights analysis.
NetworkInsightsAnalysisId => Str
The ID of the network insights analysis.
NetworkInsightsPathId => Str
The ID of the path.
NetworkPathFound => Bool
Indicates whether the destination is reachable from the source.
ReturnPathComponents => ArrayRef[Paws::EC2::PathComponent]
The components in the path from destination to source.
StartDate => Str
The time the analysis started.
Status => Str
The status of the network insights analysis.
StatusMessage => Str
The status message, if the status is failed
.
Tags => ArrayRef[Paws::EC2::Tag]
The tags.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EC2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues