@aws-sdk/client-ec2

AssignIpv6AddressesCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
AssignedIpv6Addresses string[] | undefined

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

AssignedIpv6Prefixes string[] | undefined

The IPv6 prefixes that are assigned to the network interface.

NetworkInterfaceId string | undefined

The ID of the network interface.

Full Signature

export interface AssignIpv6AddressesCommandOutput extends AssignIpv6AddressesResult, MetadataBearer