Class: Aws::EC2::Types::InstanceIpv6Prefix

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Information about an IPv6 prefix.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_prefixString

One or more IPv6 prefixes assigned to the network interface.

Returns:

  • (String)


39624
39625
39626
39627
39628
# File 'lib/aws-sdk-ec2/types.rb', line 39624

class InstanceIpv6Prefix < Struct.new(
  :ipv_6_prefix)
  SENSITIVE = []
  include Aws::Structure
end