NAME
Paws::SecurityHub::AwsEc2SubnetDetails
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::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
DESCRIPTION
Contains information about a subnet in EC2.
ATTRIBUTES
AssignIpv6AddressOnCreation => Bool
Whether to assign an IPV6 address to a network interface that is created in this subnet.
AvailabilityZone => Str
The Availability Zone for the subnet.
AvailabilityZoneId => Str
The identifier of the Availability Zone for the subnet.
AvailableIpAddressCount => Int
The number of available IPV4 addresses in the subnet. Does not include addresses for stopped instances.
CidrBlock => Str
The IPV4 CIDR block that is assigned to the subnet.
DefaultForAz => Bool
Whether 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 => Bool
Whether instances in this subnet receive a public IP address.
OwnerId => Str
The identifier of the AWS account that owns the subnet.
State => Str
The current state of the subnet.
SubnetArn => Str
The ARN of the subnet.
SubnetId => Str
The identifier of the subnet.
VpcId => Str
The identifier of the VPC that contains the subnet.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SecurityHub
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