You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::InstanceIpv6AddressRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InstanceIpv6AddressRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ipv_6_address: "String",
}

Describes an IPv6 address.

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_addressString

The IPv6 address.

Returns:

  • (String)

    The IPv6 address.