- Navigation Guide
@aws-sdk/client-ec2
AssignIpv6AddressesCommandOutput Interface
The output of AssignIpv6AddressesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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