![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsEc2SubnetDetails 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::SecurityHub::AwsEc2SubnetDetails object: $service_obj->Method(Att1 => { AssignIpv6AddressOnCreation => $value, ..., VpcId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsEc2SubnetDetails object: $result = $service_obj->Method(...); $result->Att1->AssignIpv6AddressOnCreation DESCRIPTIONContains information about a subnet in EC2. ATTRIBUTESAssignIpv6AddressOnCreation => BoolWhether to assign an IPV6 address to a network interface that is created in this subnet. AvailabilityZone => StrThe Availability Zone for the subnet. AvailabilityZoneId => StrThe identifier of the Availability Zone for the subnet. AvailableIpAddressCount => IntThe number of available IPV4 addresses in the subnet. Does not include addresses for stopped instances. CidrBlock => StrThe IPV4 CIDR block that is assigned to the subnet. DefaultForAz => BoolWhether this subnet is the default subnet for the Availability Zone. Ipv6CidrBlockAssociationSet => ArrayRef[Paws::SecurityHub::Ipv6CidrBlockAssociation]The IPV6 CIDR blocks that are associated with the subnet. MapPublicIpOnLaunch => BoolWhether instances in this subnet receive a public IP address. OwnerId => StrThe identifier of the AWS account that owns the subnet. State => StrThe current state of the subnet. SubnetArn => StrThe ARN of the subnet. SubnetId => StrThe identifier of the subnet. VpcId => StrThe identifier of the VPC that contains the subnet. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub 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>
|