Class: Aws::EC2::Types::Ipv6PrefixSpecificationResponse

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

Overview

Information about the IPv6 delegated prefixes assigned to a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_prefixString

The IPv6 delegated prefixes assigned to the network interface.

Returns:

  • (String)


43552
43553
43554
43555
43556
# File 'lib/aws-sdk-ec2/types.rb', line 43552

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