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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


43443
43444
43445
43446
43447
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43443

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