![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::NetworkInsightsAnalysis USAGEThis 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 DESCRIPTIONThis class has no description ATTRIBUTESAlternatePathHints => 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 => StrThe Amazon Resource Name (ARN) of the network insights analysis. NetworkInsightsAnalysisId => StrThe ID of the network insights analysis. NetworkInsightsPathId => StrThe ID of the path. NetworkPathFound => BoolIndicates whether the destination is reachable from the source. ReturnPathComponents => ArrayRef[Paws::EC2::PathComponent]The components in the path from destination to source. StartDate => StrThe time the analysis started. Status => StrThe status of the network insights analysis. StatusMessage => StrThe status message, if the status is "failed". Tags => ArrayRef[Paws::EC2::Tag]The tags. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|