![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::AnalysisRouteTableRoute 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::AnalysisRouteTableRoute object: $service_obj->Method(Att1 => { DestinationCidr => $value, ..., VpcPeeringConnectionId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::AnalysisRouteTableRoute object: $result = $service_obj->Method(...); $result->Att1->DestinationCidr DESCRIPTIONThis class has no description ATTRIBUTESDestinationCidr => StrThe destination IPv4 address, in CIDR notation. DestinationPrefixListId => StrThe prefix of the AWS service. EgressOnlyInternetGatewayId => StrThe ID of an egress-only internet gateway. GatewayId => StrThe ID of the gateway, such as an internet gateway or virtual private gateway. InstanceId => StrThe ID of the instance, such as a NAT instance. NatGatewayId => StrThe ID of a NAT gateway. NetworkInterfaceId => StrThe ID of a network interface. Origin => StrDescribes how the route was created. The following are possible values:
TransitGatewayId => StrThe ID of a transit gateway. VpcPeeringConnectionId => StrThe ID of a VPC peering connection. 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>
|